Html Css Color HEX #088086 Teal

📋 copy color: '#088086'

red 8 ◦ green 128 ◦ blue 134

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

Shades of Teal #088086

Tints of Teal #088086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

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

R = 2.96%
G = 47.41%
B = 49.63%

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

#088086 (or 0x088086) is known color: Teal. HEX triplet: 08, 80 and 86. RGB value is (8,128,134). Sum of RGB (Red+Green+Blue) = 8+128+134=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #088086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088086 is #F77F79. Grayscale: #5C5C5C. Windows color (decimal): -16220026 or 8814600. OLE color: 8814600.

HSL color Cylindrical-coordinate representation of color #088086: hue angle of 182.86º 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 #088086 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 128 134 -
CMYK 0.94 0.04 0 0.47
HSL 182.86º 0.89% 0.28% -
HSV(B) 182.86º 0.94% 0.53% -
XYZ 12.12 17.21 25.24 -
YUV 92.8 151.24 67.51 -
System Red Green Blue C M Y K H S L
Decimal 8 128 134 0.94 0.04 0 0.47 182.86 0.89 0.28
Hex 8 80 86 5E 4 0 2F B7 59 1C
Octal 10 200 206 136 4 0 57 267 131 34
Binary 1000 10000000 10000110 1011110 100 0 101111 10110111 1011001 11100

Color Harmonies of #088086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088086

Black with #088086

Text Example


Text Example

White with #088086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088086; }

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

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

background-color css

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

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

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

border-color css

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

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

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