#088779

Color #088779 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #088779

Tints of Teal #088779

Color information

#088779 (or 0x088779) is unknown color: approx Teal. HEX triplet: 08, 87 and 79. RGB value is (8,135,121). Sum of RGB (Red+Green+Blue) = 8+135+121=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #088779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088779 is #F77886. Grayscale: #5F5F5F. Windows color (decimal): -16218247 or 7964424. OLE color: 7964424.

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

Color convert

RGB8135121-
CMYK0.9400.100.47
HSL173.39º88.81%28.04%-
HSV(B)173.39º94.07%52.94%-
XYZ12.2218.7621.07-
YUV95.43142.4265.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.03%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=3.03%
G=51.14%
B=45.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81351210.9400.100.47173.3988.8128.04
Hex887795E0A2Fad591c
Octal102071711360125725513134
Binary100010000111111100110111100101010111110101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088779; }

 p { color: rgb(8,135,121); }

 H1.HeaderClassName
 {
   color: #088779;
 }
 .AnyTagClassName
 {
   color: #088779;
 }
</style>
background-color css

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

 a { background-color: rgb(8,135,121); }

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

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

 span { border-color: rgb(8,135,121); }

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