Html Css Color HEX #023B32 Deep Teal

📋 copy color: '#023B32'

red 2 ◦ green 59 ◦ blue 50

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

Shades of Deep Teal #023B32

Tints of Deep Teal #023B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.15%

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

R = 1.8%
G = 53.15%
B = 45.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#023B32 (or 0x023B32) is known color: Deep Teal. HEX triplet: 02, 3B and 32. RGB value is (2,59,50). Sum of RGB (Red+Green+Blue) = 2+59+50=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #023B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B32 is #FDC4CD. Grayscale: #282828. Windows color (decimal): -16630990 or 3291906. OLE color: 3291906.

HSL color Cylindrical-coordinate representation of color #023B32: hue angle of 170.53º 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 #023B32 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 59 50 -
CMYK 0.97 0 0.15 0.77
HSL 170.53º 0.93% 0.12% -
HSV(B) 170.53º 0.97% 0.23% -
XYZ 2.16 3.37 3.55 -
YUV 40.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 2 59 50 0.97 0 0.15 0.77 170.53 0.93 0.12
Hex 2 3B 32 61 0 F 4D AB 5D C
Octal 2 73 62 141 0 17 115 253 135 14
Binary 10 111011 110010 1100001 0 1111 1001101 10101011 1011101 1100

Color Harmonies of #023B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B32

Black with #023B32

Text Example


Text Example

White with #023B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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