#08827C

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

Shades of Teal #08827C

Tints of Teal #08827C

Color information

#08827C (or 0x08827C) is unknown color: approx Teal. HEX triplet: 08, 82 and 7C. RGB value is (8,130,124). Sum of RGB (Red+Green+Blue) = 8+130+124=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #08827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08827C is #F77D83. Grayscale: #5C5C5C. Windows color (decimal): -16219524 or 8159752. OLE color: 8159752.

HSL color Cylindrical-coordinate representation of color #08827C: hue angle of 177.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08827C is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB8130124-
CMYK0.9400.050.49
HSL177.05º88.41%27.06%-
HSV(B)177.05º93.85%50.98%-
XYZ11.7217.4721.82-
YUV92.84145.5867.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.05%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=3.05%
G=49.62%
B=47.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301240.9400.050.49177.0588.4127.06
Hex8827C5E0531b1581b
Octal10202174136056126113033
Binary10001000001011111001011110010111000110110001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08827C; }

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

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

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

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

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

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

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

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