#0A8887

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

Shades of Dark Cyan #0A8887

Tints of Dark Cyan #0A8887

Color information

#0A8887 (or 0x0A8887) is unknown color: approx Dark Cyan. HEX triplet: 0A, 88 and 87. RGB value is (10,136,135). Sum of RGB (Red+Green+Blue) = 10+136+135=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8887 is #F57778. Grayscale: #626262. Windows color (decimal): -16086905 or 8882186. OLE color: 8882186.

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

Color convert

RGB10136135-
CMYK0.9300.010.47
HSL179.52º86.3%28.63%-
HSV(B)179.52º92.65%53.33%-
XYZ13.319.4225.97-
YUV98.21148.7665.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.56%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=3.56%
G=48.40%
B=48.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101361350.9300.010.47179.5286.328.63
HexA88875D012Fb4561d
Octal12210207135015726412635
Binary1010100010001000011110111010110111110110100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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