#0A8781

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

Shades of Teal #0A8781

Tints of Teal #0A8781

Color information

#0A8781 (or 0x0A8781) is unknown color: approx Teal. HEX triplet: 0A, 87 and 81. RGB value is (10,135,129). Sum of RGB (Red+Green+Blue) = 10+135+129=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8781 is #F5787E. Grayscale: #606060. Windows color (decimal): -16087167 or 8488714. OLE color: 8488714.

HSL color Cylindrical-coordinate representation of color #0A8781: hue angle of 177.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8781 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB10135129-
CMYK0.9300.040.47
HSL177.12º86.21%28.43%-
HSV(B)177.12º92.59%52.94%-
XYZ12.7518.9823.76-
YUV96.94146.0965.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.65%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=3.65%
G=49.27%
B=47.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101351290.9300.040.47177.1286.2128.43
HexA87815D042Fb1561c
Octal12207201135045726112634
Binary101010000111100000011011101010010111110110001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8781; }

 p { color: rgb(10,135,129); }

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

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

 a { background-color: rgb(10,135,129); }

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

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

 span { border-color: rgb(10,135,129); }

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