#204038

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

Shades of Deep Teal #204038

Tints of Deep Teal #204038

Color information

#204038 (or 0x204038) is unknown color: approx Deep Teal. HEX triplet: 20, 40 and 38. RGB value is (32,64,56). Sum of RGB (Red+Green+Blue) = 32+64+56=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #204038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204038 is #DFBFC7. Grayscale: #353535. Windows color (decimal): -14663624 or 3686432. OLE color: 3686432.

HSL color Cylindrical-coordinate representation of color #204038: hue angle of 165º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204038 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB326456-
CMYK0.5000.130.75
HSL165º33.33%18.82%-
HSV(B)165º50%25.1%-
XYZ3.144.264.4-
YUV53.52129.4112.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264560.5000.130.7516533.3318.82
Hex204038320D4Ba52113
Octal4010070620151132454123
Binary10000010000001110001100100110110010111010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204038; }

 p { color: rgb(32,64,56); }

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

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

 a { background-color: rgb(32,64,56); }

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

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

 span { border-color: rgb(32,64,56); }

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