#204741

Color #204741 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #204741

Tints of Deep Teal #204741

Color information

#204741 (or 0x204741) is unknown color: approx Deep Teal. HEX triplet: 20, 47 and 41. RGB value is (32,71,65). Sum of RGB (Red+Green+Blue) = 32+71+65=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #204741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204741 is #DFB8BE. Grayscale: #3A3A3A. Windows color (decimal): -14661823 or 4278048. OLE color: 4278048.

HSL color Cylindrical-coordinate representation of color #204741: hue angle of 170.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #204741 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB327165-
CMYK0.5500.080.72
HSL170.77º37.86%20.2%-
HSV(B)170.77º54.93%27.84%-
XYZ3.85.25.8-
YUV58.66131.58108.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=19.05%
G=42.26%
B=38.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271650.5500.080.72170.7737.8620.2
Hex204741370848ab2614
Octal40107101670101102534624
Binary100000100011110000011101110100010010001010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204741; }

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

 H1.HeaderClassName
 {
   color: #204741;
 }
 .AnyTagClassName
 {
   color: #204741;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #204741;
 }
 .BgClassName
 {
   background-color: #204741;
 }
</style>
border-color css

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

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

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