Html Css Color HEX #088681 Teal

📋 copy color: '#088681'

red 8 ◦ green 134 ◦ blue 129

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

Shades of Teal #088681

Tints of Teal #088681

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 8 134 129 -
CMYK 0.94 0 0.04 0.47
HSL 177.62º 0.89% 0.28% -
HSV(B) 177.62º 0.94% 0.53% -
XYZ 12.59 18.69 23.71 -
YUV 95.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 8 134 129 0.94 0 0.04 0.47 177.62 0.89 0.28
Hex 8 86 81 5E 0 4 2F B2 59 1C
Octal 10 206 201 136 0 4 57 262 131 34
Binary 1000 10000110 10000001 1011110 0 100 101111 10110010 1011001 11100

Color Harmonies of #088681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088681

Black with #088681

Text Example


Text Example

White with #088681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088681; }

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

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

background-color css

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

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

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

border-color css

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

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

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