#0A887D

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

Shades of Teal #0A887D

Tints of Teal #0A887D

Color information

#0A887D (or 0x0A887D) is unknown color: approx Teal. HEX triplet: 0A, 88 and 7D. RGB value is (10,136,125). Sum of RGB (Red+Green+Blue) = 10+136+125=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #0A887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A887D is #F57782. Grayscale: #606060. Windows color (decimal): -16086915 or 8226826. OLE color: 8226826.

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

Color convert

RGB10136125-
CMYK0.9300.080.47
HSL174.76º86.3%28.63%-
HSV(B)174.76º92.65%53.33%-
XYZ12.6319.1522.43-
YUV97.07143.7665.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=3.69%
G=50.18%
B=46.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101361250.9300.080.47174.7686.328.63
HexA887D5D082Faf561d
Octal122101751350105725712635
Binary101010001000111110110111010100010111110101111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,136,125); }

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

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

 a { background-color: rgb(10,136,125); }

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

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

 span { border-color: rgb(10,136,125); }

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