#0A8280

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

Shades of Teal #0A8280

Tints of Teal #0A8280

Color information

#0A8280 (or 0x0A8280) is unknown color: approx Teal. HEX triplet: 0A, 82 and 80. RGB value is (10,130,128). Sum of RGB (Red+Green+Blue) = 10+130+128=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8280 is #F57D7F. Grayscale: #5D5D5D. Windows color (decimal): -16088448 or 8421898. OLE color: 8421898.

HSL color Cylindrical-coordinate representation of color #0A8280: hue angle of 179º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8280 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB10130128-
CMYK0.9200.020.49
HSL179º85.71%27.45%-
HSV(B)179º92.31%50.98%-
XYZ1217.5923.18-
YUV93.89147.2468.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.73%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=3.73%
G=48.51%
B=47.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101301280.9200.020.4917985.7127.45
HexA82805C0231b3561b
Octal12202200134026126312633
Binary10101000001010000000101110001011000110110011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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