Html Css Color HEX #008881 Teal

📋 copy color: '#008881'

red 0 ◦ green 136 ◦ blue 129

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

Shades of Teal #008881

Tints of Teal #008881

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 51.32%
B = 48.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#008881 (or 0x008881) is known color: Teal. HEX triplet: 00, 88 and 81. RGB value is (0,136,129). Sum of RGB (Red+Green+Blue) = 0+136+129=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #008881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008881 is #FF777E. Grayscale: #5E5E5E. Windows color (decimal): -16742271 or 8488960. OLE color: 8488960.

HSL color Cylindrical-coordinate representation of color #008881: hue angle of 176.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008881 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 129 -
CMYK 1 0 0.05 0.47
HSL 176.91º 1% 0.27% -
HSV(B) 176.91º 1% 0.53% -
XYZ 12.77 19.19 23.8 -
YUV 94.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 0 136 129 1 0 0.05 0.47 176.91 1 0.27
Hex 0 88 81 64 0 5 2F B1 64 1B
Octal 0 210 201 144 0 5 57 261 144 33
Binary 0 10001000 10000001 1100100 0 101 101111 10110001 1100100 11011

Color Harmonies of #008881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008881

Black with #008881

Text Example


Text Example

White with #008881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008881; }

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

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

background-color css

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

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

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

border-color css

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

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

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