#203C37

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

Shades of Deep Teal #203C37

Tints of Deep Teal #203C37

Color information

#203C37 (or 0x203C37) is unknown color: approx Deep Teal. HEX triplet: 20, 3C and 37. RGB value is (32,60,55). Sum of RGB (Red+Green+Blue) = 32+60+55=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #203C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C37 is #DFC3C8. Grayscale: #333333. Windows color (decimal): -14664649 or 3619872. OLE color: 3619872.

HSL color Cylindrical-coordinate representation of color #203C37: hue angle of 169.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #203C37 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB326055-
CMYK0.4700.080.76
HSL169.29º30.43%18.04%-
HSV(B)169.29º46.67%23.53%-
XYZ2.93.814.2-
YUV51.06130.22114.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=21.77%
G=40.82%
B=37.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260550.4700.080.76169.2930.4318.04
Hex203C372F084Ca91e12
Octal407467570101142513622
Binary100000111100110111101111010001001100101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203C37; }

 p { color: rgb(32,60,55); }

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

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

 a { background-color: rgb(32,60,55); }

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

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

 span { border-color: rgb(32,60,55); }

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