#08847F

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

Shades of Teal #08847F

Tints of Teal #08847F

Color information

#08847F (or 0x08847F) is unknown color: approx Teal. HEX triplet: 08, 84 and 7F. RGB value is (8,132,127). Sum of RGB (Red+Green+Blue) = 8+132+127=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #08847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08847F is #F77B80. Grayscale: #5E5E5E. Windows color (decimal): -16219009 or 8356872. OLE color: 8356872.

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

Color convert

RGB8132127-
CMYK0.9400.040.48
HSL177.58º88.57%27.45%-
HSV(B)177.58º93.94%51.76%-
XYZ12.1818.0922.93-
YUV94.35146.4266.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.00%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 127 (50% from 255) = 47.57%
R=3.00%
G=49.44%
B=47.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81321270.9400.040.48177.5888.5727.45
Hex8847F5E0430b2591b
Octal10204177136046026213133
Binary10001000010011111111011110010011000010110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08847F; }

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

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

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

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

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

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

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

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