Html Css Color HEX #086F83 Teal

📋 copy color: '#086F83'

red 8 ◦ green 111 ◦ blue 131

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

Shades of Teal #086F83

Tints of Teal #086F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 3.2%
G = 44.4%
B = 52.4%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086F83 (or 0x086F83) is known color: Teal. HEX triplet: 08, 6F and 83. RGB value is (8,111,131). Sum of RGB (Red+Green+Blue) = 8+111+131=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #086F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F83 is #F7907C. Grayscale: #525252. Windows color (decimal): -16224381 or 8613640. OLE color: 8613640.

HSL color Cylindrical-coordinate representation of color #086F83: hue angle of 189.76º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086F83 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 111 131 -
CMYK 0.94 0.15 0 0.49
HSL 189.76º 0.88% 0.27% -
HSV(B) 189.76º 0.94% 0.51% -
XYZ 9.88 13.06 23.47 -
YUV 82.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 8 111 131 0.94 0.15 0 0.49 189.76 0.88 0.27
Hex 8 6F 83 5E F 0 31 BE 58 1B
Octal 10 157 203 136 17 0 61 276 130 33
Binary 1000 1101111 10000011 1011110 1111 0 110001 10111110 1011000 11011

Color Harmonies of #086F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F83

Black with #086F83

Text Example


Text Example

White with #086F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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