#08553F

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

Shades of Deep Teal #08553F

Tints of Deep Teal #08553F

Color information

#08553F (or 0x08553F) is unknown color: approx Deep Teal. HEX triplet: 08, 55 and 3F. RGB value is (8,85,63). Sum of RGB (Red+Green+Blue) = 8+85+63=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #08553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08553F is #F7AAC0. Grayscale: #3B3B3B. Windows color (decimal): -16231105 or 4150536. OLE color: 4150536.

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

Color convert

RGB88563-
CMYK0.9100.260.67
HSL162.86º82.8%18.24%-
HSV(B)162.86º90.59%33.33%-
XYZ4.256.915.81-
YUV59.47129.9991.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 63 (25% from 255) = 40.38%
R=5.13%
G=54.49%
B=40.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885630.9100.260.67162.8682.818.24
Hex8553F5B01A43a35312
Octal101257713303210324312322
Binary100010101011111111011011011010100001110100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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