#08827D

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

Shades of Teal #08827D

Tints of Teal #08827D

Color information

#08827D (or 0x08827D) is unknown color: approx Teal. HEX triplet: 08, 82 and 7D. RGB value is (8,130,125). Sum of RGB (Red+Green+Blue) = 8+130+125=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #08827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08827D is #F77D82. Grayscale: #5C5C5C. Windows color (decimal): -16219523 or 8225288. OLE color: 8225288.

HSL color Cylindrical-coordinate representation of color #08827D: hue angle of 177.54º 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 #08827D is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB8130125-
CMYK0.9400.040.49
HSL177.54º88.41%27.06%-
HSV(B)177.54º93.85%50.98%-
XYZ11.7817.522.16-
YUV92.95146.0867.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.04%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=3.04%
G=49.43%
B=47.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81301250.9400.040.49177.5488.4127.06
Hex8827D5E0431b2581b
Octal10202175136046126213033
Binary10001000001011111011011110010011000110110010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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