Html Css Color HEX #088186 Teal

📋 copy color: '#088186'

red 8 ◦ green 129 ◦ blue 134

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

Shades of Teal #088186

Tints of Teal #088186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 2.95%
G = 47.6%
B = 49.45%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#088186 (or 0x088186) is known color: Teal. HEX triplet: 08, 81 and 86. RGB value is (8,129,134). Sum of RGB (Red+Green+Blue) = 8+129+134=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #088186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088186 is #F77E79. Grayscale: #5D5D5D. Windows color (decimal): -16219770 or 8814856. OLE color: 8814856.

HSL color Cylindrical-coordinate representation of color #088186: hue angle of 182.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088186 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 129 134 -
CMYK 0.94 0.04 0 0.47
HSL 182.38º 0.89% 0.28% -
HSV(B) 182.38º 0.94% 0.53% -
XYZ 12.25 17.47 25.28 -
YUV 93.39 150.91 67.09 -
System Red Green Blue C M Y K H S L
Decimal 8 129 134 0.94 0.04 0 0.47 182.38 0.89 0.28
Hex 8 81 86 5E 4 0 2F B6 59 1C
Octal 10 201 206 136 4 0 57 266 131 34
Binary 1000 10000001 10000110 1011110 100 0 101111 10110110 1011001 11100

Color Harmonies of #088186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088186

Black with #088186

Text Example


Text Example

White with #088186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088186; }

 p { color: rgb(8,129,134); }

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

background-color css

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

 a { background-color: rgb(8,129,134); }

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

border-color css

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

 span { border-color: rgb(8,129,134); }

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