#0a8789

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

Shades of Dark Cyan #0A8789

Tints of Dark Cyan #0A8789

Color information

#0A8789 (or 0x0A8789) is unknown color: approx Dark Cyan. HEX triplet: 0A, 87 and 89. RGB value is (10,135,137). Sum of RGB (Red+Green+Blue) = 10+135+137=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8789 is #F57876. Grayscale: #616161. Windows color (decimal): -16087159 or 9013002. OLE color: 9013002.

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

Color convert

RGB10135137-
CMYK0.930.0100.46
HSL180.94º86.39%28.82%-
HSV(B)180.94º92.7%53.73%-
XYZ13.319.226.67-
YUV97.85150.0965.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=3.55%
G=47.87%
B=48.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101351370.930.0100.46180.9486.3928.82
HexA87895D102Eb5561d
Octal12207211135105626512635
Binary1010100001111000100110111011010111010110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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