#203C38

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

Shades of Deep Teal #203C38

Tints of Deep Teal #203C38

Color information

#203C38 (or 0x203C38) is unknown color: approx Deep Teal. HEX triplet: 20, 3C and 38. RGB value is (32,60,56). Sum of RGB (Red+Green+Blue) = 32+60+56=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #203C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C38 is #DFC3C7. Grayscale: #333333. Windows color (decimal): -14664648 or 3685408. OLE color: 3685408.

HSL color Cylindrical-coordinate representation of color #203C38: hue angle of 171.43º 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 #203C38 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB326056-
CMYK0.4700.070.76
HSL171.43º30.43%18.04%-
HSV(B)171.43º46.67%23.53%-
XYZ2.933.824.33-
YUV51.17130.72114.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=21.62%
G=40.54%
B=37.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260560.4700.070.76171.4330.4318.04
Hex203C382F074Cab1e12
Octal40747057071142533622
Binary10000011110011100010111101111001100101010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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