Html Css Color HEX #088881 Teal

📋 copy color: '#088881'

red 8 ◦ green 136 ◦ blue 129

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

Shades of Teal #088881

Tints of Teal #088881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.82%

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

R = 2.93%
G = 49.82%
B = 47.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#088881 (or 0x088881) is known color: Teal. HEX triplet: 08, 88 and 81. RGB value is (8,136,129). Sum of RGB (Red+Green+Blue) = 8+136+129=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #088881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088881 is #F7777E. Grayscale: #606060. Windows color (decimal): -16217983 or 8488968. OLE color: 8488968.

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

Color convert

RGB 8 136 129 -
CMYK 0.94 0 0.05 0.47
HSL 176.72º 0.89% 0.28% -
HSV(B) 176.72º 0.94% 0.53% -
XYZ 12.87 19.24 23.81 -
YUV 96.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 8 136 129 0.94 0 0.05 0.47 176.72 0.89 0.28
Hex 8 88 81 5E 0 5 2F B1 59 1C
Octal 10 210 201 136 0 5 57 261 131 34
Binary 1000 10001000 10000001 1011110 0 101 101111 10110001 1011001 11100

Color Harmonies of #088881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088881

Black with #088881

Text Example


Text Example

White with #088881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088881; }

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

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

background-color css

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

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

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

border-color css

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

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

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