Html Css Color HEX #086F85 Teal

📋 copy color: '#086F85'

red 8 ◦ green 111 ◦ blue 133

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

Shades of Teal #086F85

Tints of Teal #086F85

RGB

 RED value IS 8 (3.52% from 255) = 3.17%

 GREEN value IS 111 (43.75% from 255) = 44.05%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 3.17%
G = 44.05%
B = 52.78%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086F85 (or 0x086F85) is known color: Teal. HEX triplet: 08, 6F and 85. RGB value is (8,111,133). Sum of RGB (Red+Green+Blue) = 8+111+133=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #086F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F85 is #F7907A. Grayscale: #525252. Windows color (decimal): -16224379 or 8744712. OLE color: 8744712.

HSL color Cylindrical-coordinate representation of color #086F85: hue angle of 190.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086F85 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 111 133 -
CMYK 0.94 0.17 0 0.48
HSL 190.56º 0.89% 0.28% -
HSV(B) 190.56º 0.94% 0.52% -
XYZ 10.02 13.11 24.19 -
YUV 82.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 8 111 133 0.94 0.17 0 0.48 190.56 0.89 0.28
Hex 8 6F 85 5E 11 0 30 BF 59 1C
Octal 10 157 205 136 21 0 60 277 131 34
Binary 1000 1101111 10000101 1011110 10001 0 110000 10111111 1011001 11100

Color Harmonies of #086F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F85

Black with #086F85

Text Example


Text Example

White with #086F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086F85; }

 p { color: rgb(8,111,133); }

 H1.HeaderClassName
 {
   color: #086F85;
 }
 .AnyTagClassName
 {
   color: #086F85;
 }
</style>

background-color css

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

 a { background-color: rgb(8,111,133); }

 div.DivClassName
 {
   background-color: #086F85;
 }
 .BgClassName
 {
   background-color: #086F85;
 }
</style>

border-color css

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

 span { border-color: rgb(8,111,133); }

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