#0A8985

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

Shades of Dark Cyan #0A8985

Tints of Dark Cyan #0A8985

Color information

#0A8985 (or 0x0A8985) is unknown color: approx Dark Cyan. HEX triplet: 0A, 89 and 85. RGB value is (10,137,133). Sum of RGB (Red+Green+Blue) = 10+137+133=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8985 is #F5767A. Grayscale: #626262. Windows color (decimal): -16086651 or 8751370. OLE color: 8751370.

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

Color convert

RGB10137133-
CMYK0.9300.030.46
HSL178.11º86.39%28.82%-
HSV(B)178.11º92.7%53.73%-
XYZ13.319.6525.28-
YUV98.57147.4264.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=3.57%
G=48.93%
B=47.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101371330.9300.030.46178.1186.3928.82
HexA89855D032Eb2561d
Octal12211205135035626212635
Binary10101000100110000101101110101110111010110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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