#203D3B

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

Shades of Deep Teal #203D3B

Tints of Deep Teal #203D3B

Color information

#203D3B (or 0x203D3B) is unknown color: approx Deep Teal. HEX triplet: 20, 3D and 3B. RGB value is (32,61,59). Sum of RGB (Red+Green+Blue) = 32+61+59=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #203D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D3B is #DFC2C4. Grayscale: #343434. Windows color (decimal): -14664389 or 3882272. OLE color: 3882272.

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

Color convert

RGB326159-
CMYK0.4800.030.76
HSL175.86º31.18%18.24%-
HSV(B)175.86º47.54%23.92%-
XYZ3.053.964.74-
YUV52.1131.89113.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=21.05%
G=40.13%
B=38.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3261590.4800.030.76175.8631.1818.24
Hex203D3B30034Cb01f12
Octal40757360031142603722
Binary1000001111011110111100000111001100101100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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