#0A8980

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

Shades of Teal #0A8980

Tints of Teal #0A8980

Color information

#0A8980 (or 0x0A8980) is unknown color: approx Teal. HEX triplet: 0A, 89 and 80. RGB value is (10,137,128). Sum of RGB (Red+Green+Blue) = 10+137+128=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8980 is #F5767F. Grayscale: #616161. Windows color (decimal): -16086656 or 8423690. OLE color: 8423690.

HSL color Cylindrical-coordinate representation of color #0A8980: hue angle of 175.75º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8980 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB10137128-
CMYK0.9300.070.46
HSL175.75º86.39%28.82%-
HSV(B)175.75º92.7%53.73%-
XYZ12.9719.5123.51-
YUV98144.9265.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.64%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=3.64%
G=49.82%
B=46.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101371280.9300.070.46175.7586.3928.82
HexA89805D072Eb0561d
Octal12211200135075626012635
Binary101010001001100000001011101011110111010110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,128); }

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

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

 a { background-color: rgb(10,137,128); }

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

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

 span { border-color: rgb(10,137,128); }

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