#0A807B

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

Shades of Teal #0A807B

Tints of Teal #0A807B

Color information

#0A807B (or 0x0A807B) is unknown color: approx Teal. HEX triplet: 0A, 80 and 7B. RGB value is (10,128,123). Sum of RGB (Red+Green+Blue) = 10+128+123=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #0A807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A807B is #F57F84. Grayscale: #5C5C5C. Windows color (decimal): -16088965 or 8093706. OLE color: 8093706.

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

Color convert

RGB10128123-
CMYK0.9200.040.50
HSL177.46º85.51%27.06%-
HSV(B)177.46º92.19%50.2%-
XYZ11.4216.9321.41-
YUV92.15145.4169.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 128 (50.39% from 255) = 49.04%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=3.83%
G=49.04%
B=47.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101281230.9200.040.50177.4685.5127.06
HexA807B5C0432b1561b
Octal12200173134046226112633
Binary10101000000011110111011100010011001010110001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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