Html Css Color HEX #20413B Deep Teal

📋 copy color: '#20413B'

red 32 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #20413B

Tints of Deep Teal #20413B

RGB

 RED value IS 32 (12.89% from 255) = 20.51%

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 20.51%
G = 41.67%
B = 37.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#20413B (or 0x20413B) is known color: Deep Teal. HEX triplet: 20, 41 and 3B. RGB value is (32,65,59). Sum of RGB (Red+Green+Blue) = 32+65+59=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #20413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20413B is #DFBEC4. Grayscale: #363636. Windows color (decimal): -14663365 or 3883296. OLE color: 3883296.

HSL color Cylindrical-coordinate representation of color #20413B: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20413B is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 65 59 -
CMYK 0.51 0 0.09 0.75
HSL 169.09º 0.34% 0.19% -
HSV(B) 169.09º 0.51% 0.25% -
XYZ 3.28 4.4 4.81 -
YUV 54.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 32 65 59 0.51 0 0.09 0.75 169.09 0.34 0.19
Hex 20 41 3B 33 0 9 4B A9 22 13
Octal 40 101 73 63 0 11 113 251 42 23
Binary 100000 1000001 111011 110011 0 1001 1001011 10101001 100010 10011

Color Harmonies of #20413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20413B

Black with #20413B

Text Example


Text Example

White with #20413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20413B; }

 p { color: rgb(32,65,59); }

 H1.HeaderClassName
 {
   color: #20413B;
 }
 .AnyTagClassName
 {
   color: #20413B;
 }
</style>

background-color css

<style>
 a { background-color: #20413B; }

 a { background-color: rgb(32,65,59); }

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

border-color css

<style>
 span { border-color: #20413B; }

 span { border-color: rgb(32,65,59); }

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