#203B39

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

Shades of Deep Teal #203B39

Tints of Deep Teal #203B39

Color information

#203B39 (or 0x203B39) is unknown color: approx Deep Teal. HEX triplet: 20, 3B and 39. RGB value is (32,59,57). Sum of RGB (Red+Green+Blue) = 32+59+57=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #203B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B39 is #DFC4C6. Grayscale: #323232. Windows color (decimal): -14664903 or 3750688. OLE color: 3750688.

HSL color Cylindrical-coordinate representation of color #203B39: hue angle of 175.56º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #203B39 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB325957-
CMYK0.4600.030.77
HSL175.56º29.67%17.84%-
HSV(B)175.56º45.76%23.14%-
XYZ2.93.734.44-
YUV50.7131.55114.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.62%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=21.62%
G=39.86%
B=38.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3259570.4600.030.77175.5629.6717.84
Hex203B392E034Db01e12
Octal40737156031152603622
Binary1000001110111110011011100111001101101100001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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