#03553F

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

Shades of Deep Teal #03553F

Tints of Deep Teal #03553F

Color information

#03553F (or 0x03553F) is unknown color: approx Deep Teal. HEX triplet: 03, 55 and 3F. RGB value is (3,85,63). Sum of RGB (Red+Green+Blue) = 3+85+63=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #03553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03553F is #FCAAC0. Grayscale: #393939. Windows color (decimal): -16558785 or 4150531. OLE color: 4150531.

HSL color Cylindrical-coordinate representation of color #03553F: hue angle of 163.9º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03553F is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB38563-
CMYK0.9600.260.67
HSL163.9º93.18%17.25%-
HSV(B)163.9º96.47%33.33%-
XYZ4.186.885.81-
YUV57.97130.8388.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 63 (25% from 255) = 41.72%
R=1.99%
G=56.29%
B=41.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385630.9600.260.67163.993.1817.25
Hex3553F6001A43a45d11
Octal31257714003210324413521
Binary1110101011111111100000011010100001110100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03553F; }

 p { color: rgb(3,85,63); }

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

<style>
 a { background-color: #03553F; }

 a { background-color: rgb(3,85,63); }

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

<style>
 span { border-color: #03553F; }

 span { border-color: rgb(3,85,63); }

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