#088582

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

Shades of Teal #088582

Tints of Teal #088582

Color information

#088582 (or 0x088582) is unknown color: approx Teal. HEX triplet: 08, 85 and 82. RGB value is (8,133,130). Sum of RGB (Red+Green+Blue) = 8+133+130=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #088582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088582 is #F77A7D. Grayscale: #5F5F5F. Windows color (decimal): -16218750 or 8553736. OLE color: 8553736.

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

Color convert

RGB8133130-
CMYK0.9400.020.48
HSL178.56º88.65%27.65%-
HSV(B)178.56º93.98%52.16%-
XYZ12.5218.4424.02-
YUV95.28147.5965.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=2.95%
G=49.08%
B=47.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81331300.9400.020.48178.5688.6527.65
Hex885825E0230b3591c
Octal10205202136026026313134
Binary10001000010110000010101111001011000010110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088582; }

 p { color: rgb(8,133,130); }

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

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

 a { background-color: rgb(8,133,130); }

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

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

 span { border-color: rgb(8,133,130); }

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