#203C3A

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

Shades of Deep Teal #203C3A

Tints of Deep Teal #203C3A

Color information

#203C3A (or 0x203C3A) is unknown color: approx Deep Teal. HEX triplet: 20, 3C and 3A. RGB value is (32,60,58). Sum of RGB (Red+Green+Blue) = 32+60+58=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 60 - color contains mainly: green. Hex color #203C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C3A is #DFC3C5. Grayscale: #333333. Windows color (decimal): -14664646 or 3816480. OLE color: 3816480.

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

Color convert

RGB326058-
CMYK0.4700.030.76
HSL175.71º30.43%18.04%-
HSV(B)175.71º46.67%23.53%-
XYZ2.983.844.59-
YUV51.4131.72114.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=21.33%
G=40%
B=38.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3260580.4700.030.76175.7130.4318.04
Hex203C3A2F034Cb01e12
Octal40747257031142603622
Binary1000001111001110101011110111001100101100001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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