Html Css Color HEX #088481 Teal

📋 copy color: '#088481'

red 8 ◦ green 132 ◦ blue 129

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

Shades of Teal #088481

Tints of Teal #088481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.07%

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

R = 2.97%
G = 49.07%
B = 47.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#088481 (or 0x088481) is known color: Teal. HEX triplet: 08, 84 and 81. RGB value is (8,132,129). Sum of RGB (Red+Green+Blue) = 8+132+129=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #088481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088481 is #F77B7E. Grayscale: #5E5E5E. Windows color (decimal): -16219007 or 8487944. OLE color: 8487944.

HSL color Cylindrical-coordinate representation of color #088481: hue angle of 178.55º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088481 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 129 -
CMYK 0.94 0 0.02 0.48
HSL 178.55º 0.89% 0.27% -
HSV(B) 178.55º 0.94% 0.52% -
XYZ 12.31 18.14 23.62 -
YUV 94.58 147.42 66.24 -
System Red Green Blue C M Y K H S L
Decimal 8 132 129 0.94 0 0.02 0.48 178.55 0.89 0.27
Hex 8 84 81 5E 0 2 30 B3 59 1B
Octal 10 204 201 136 0 2 60 263 131 33
Binary 1000 10000100 10000001 1011110 0 10 110000 10110011 1011001 11011

Color Harmonies of #088481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088481

Black with #088481

Text Example


Text Example

White with #088481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088481; }

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

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

background-color css

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

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

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

border-color css

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

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

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