#085542

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

Shades of Deep Teal #085542

Tints of Deep Teal #085542

Color information

#085542 (or 0x085542) is unknown color: approx Deep Teal. HEX triplet: 08, 55 and 42. RGB value is (8,85,66). Sum of RGB (Red+Green+Blue) = 8+85+66=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #085542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085542 is #F7AABD. Grayscale: #3B3B3B. Windows color (decimal): -16231102 or 4347144. OLE color: 4347144.

HSL color Cylindrical-coordinate representation of color #085542: hue angle of 165.19º 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 #085542 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB88566-
CMYK0.9100.220.67
HSL165.19º82.8%18.24%-
HSV(B)165.19º90.59%33.33%-
XYZ4.336.946.27-
YUV59.81131.4991.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=5.03%
G=53.46%
B=41.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885660.9100.220.67165.1982.818.24
Hex855425B01643a55312
Octal1012510213302610324512322
Binary1000101010110000101011011010110100001110100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085542; }

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

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

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

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

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

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

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

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