#0A827E

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

Shades of Teal #0A827E

Tints of Teal #0A827E

Color information

#0A827E (or 0x0A827E) is unknown color: approx Teal. HEX triplet: 0A, 82 and 7E. RGB value is (10,130,126). Sum of RGB (Red+Green+Blue) = 10+130+126=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #0A827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A827E is #F57D81. Grayscale: #5D5D5D. Windows color (decimal): -16088450 or 8290826. OLE color: 8290826.

HSL color Cylindrical-coordinate representation of color #0A827E: hue angle of 178º 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 #0A827E is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB10130126-
CMYK0.9200.030.49
HSL178º85.71%27.45%-
HSV(B)178º92.31%50.98%-
XYZ11.8717.5422.5-
YUV93.66146.2468.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 126 (49.61% from 255) = 47.37%
R=3.76%
G=48.87%
B=47.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101301260.9200.030.4917885.7127.45
HexA827E5C0331b2561b
Octal12202176134036126212633
Binary1010100000101111110101110001111000110110010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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