#0A9289

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

Shades of Dark Cyan #0A9289

Tints of Dark Cyan #0A9289

Color information

#0A9289 (or 0x0A9289) is unknown color: approx Dark Cyan. HEX triplet: 0A, 92 and 89. RGB value is (10,146,137). Sum of RGB (Red+Green+Blue) = 10+146+137=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9289 is #F56D76. Grayscale: #686868. Windows color (decimal): -16084343 or 9015818. OLE color: 9015818.

HSL color Cylindrical-coordinate representation of color #0A9289: hue angle of 176.03º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9289 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB10146137-
CMYK0.9300.060.43
HSL176.03º87.18%30.59%-
HSV(B)176.03º93.15%57.25%-
XYZ14.9222.4327.21-
YUV104.31146.4460.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.41%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=3.41%
G=49.83%
B=46.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101461370.9300.060.43176.0387.1830.59
HexA92895D062Bb0571f
Octal12222211135065326012737
Binary101010010010100010011011101011010101110110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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