Html Css Color HEX #023A32 Deep Teal

📋 copy color: '#023A32'

red 2 ◦ green 58 ◦ blue 50

#023A32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #023A32

Tints of Deep Teal #023A32

RGB

 RED value IS 2 (1.17% from 255) = 1.82%

 GREEN value IS 58 (23.05% from 255) = 52.73%

 BLUE value IS 50 (19.92% from 255) = 45.45%

R = 1.82%
G = 52.73%
B = 45.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#023A32 (or 0x023A32) is known color: Deep Teal. HEX triplet: 02, 3A and 32. RGB value is (2,58,50). Sum of RGB (Red+Green+Blue) = 2+58+50=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #023A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A32 is #FDC5CD. Grayscale: #282828. Windows color (decimal): -16631246 or 3291650. OLE color: 3291650.

HSL color Cylindrical-coordinate representation of color #023A32: hue angle of 171.43º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A32 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 58 50 -
CMYK 0.97 0 0.14 0.77
HSL 171.43º 0.93% 0.12% -
HSV(B) 171.43º 0.97% 0.23% -
XYZ 2.11 3.27 3.54 -
YUV 40.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 2 58 50 0.97 0 0.14 0.77 171.43 0.93 0.12
Hex 2 3A 32 61 0 E 4D AB 5D C
Octal 2 72 62 141 0 16 115 253 135 14
Binary 10 111010 110010 1100001 0 1110 1001101 10101011 1011101 1100

Color Harmonies of #023A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A32

Black with #023A32

Text Example


Text Example

White with #023A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023A32; }

 p { color: rgb(2,58,50); }

 H1.HeaderClassName
 {
   color: #023A32;
 }
 .AnyTagClassName
 {
   color: #023A32;
 }
</style>

background-color css

<style>
 a { background-color: #023A32; }

 a { background-color: rgb(2,58,50); }

 div.DivClassName
 {
   background-color: #023A32;
 }
 .BgClassName
 {
   background-color: #023A32;
 }
</style>

border-color css

<style>
 span { border-color: #023A32; }

 span { border-color: rgb(2,58,50); }

 td.TdClassName
 {
   border-color: #023A32;
 }
 .TagClassName
 {
   border-color: #023A32;
 }
</style>