#08857A

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

Shades of Teal #08857A

Tints of Teal #08857A

Color information

#08857A (or 0x08857A) is unknown color: approx Teal. HEX triplet: 08, 85 and 7A. RGB value is (8,133,122). Sum of RGB (Red+Green+Blue) = 8+133+122=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #08857A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08857A is #F77A85. Grayscale: #5E5E5E. Windows color (decimal): -16218758 or 8029448. OLE color: 8029448.

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

Color convert

RGB8133122-
CMYK0.9400.080.48
HSL174.72º88.65%27.65%-
HSV(B)174.72º93.98%52.16%-
XYZ1218.2321.3-
YUV94.37143.5966.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.04%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=3.04%
G=50.57%
B=46.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81331220.9400.080.48174.7288.6527.65
Hex8857A5E0830af591c
Octal102051721360106025713134
Binary100010000101111101010111100100011000010101111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08857A; }

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

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

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

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

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

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

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

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