#0a8a7f

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

Shades of Teal #0A8A7F

Tints of Teal #0A8A7F

Color information

#0A8A7F (or 0x0A8A7F) is unknown color: approx Teal. HEX triplet: 0A, 8A and 7F. RGB value is (10,138,127). Sum of RGB (Red+Green+Blue) = 10+138+127=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A7F is #F57580. Grayscale: #626262. Windows color (decimal): -16086401 or 8358410. OLE color: 8358410.

HSL color Cylindrical-coordinate representation of color #0A8A7F: hue angle of 174.84º 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 #0A8A7F is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB10138127-
CMYK0.9300.080.46
HSL174.84º86.49%29.02%-
HSV(B)174.84º92.75%54.12%-
XYZ13.0419.7723.21-
YUV98.47144.0964.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.64%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 127 (50% from 255) = 46.18%
R=3.64%
G=50.18%
B=46.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101381270.9300.080.46174.8486.4929.02
HexA8A7F5D082Eaf561d
Octal122121771350105625712635
Binary101010001010111111110111010100010111010101111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,138,127); }

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

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

 a { background-color: rgb(10,138,127); }

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

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

 span { border-color: rgb(10,138,127); }

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