Html Css Color HEX #085542 Deep Teal

📋 copy color: '#085542'

red 8 ◦ green 85 ◦ blue 66

#085542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #085542

Tints of Deep Teal #085542

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 value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#085542 (or 0x085542) is known color: 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

RGB 8 85 66 -
CMYK 0.91 0 0.22 0.67
HSL 165.19º 0.83% 0.18% -
HSV(B) 165.19º 0.91% 0.33% -
XYZ 4.33 6.94 6.27 -
YUV 59.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 8 85 66 0.91 0 0.22 0.67 165.19 0.83 0.18
Hex 8 55 42 5B 0 16 43 A5 53 12
Octal 10 125 102 133 0 26 103 245 123 22
Binary 1000 1010101 1000010 1011011 0 10110 1000011 10100101 1010011 10010

Color Harmonies of #085542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085542

Black with #085542

Text Example


Text Example

White with #085542

Text Example


Text Example

HTML Codes & Css Web 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>