#0A959F

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

Shades of Eastern Blue #0A959F

Tints of Eastern Blue #0A959F

Color information

#0A959F (or 0x0A959F) is unknown color: approx Eastern Blue. HEX triplet: 0A, 95 and 9F. RGB value is (10,149,159). Sum of RGB (Red+Green+Blue) = 10+149+159=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A959F is #F56A60. Grayscale: #6C6C6C. Windows color (decimal): -16083553 or 10458378. OLE color: 10458378.

HSL color Cylindrical-coordinate representation of color #0A959F: hue angle of 184.03º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A959F is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10149159-
CMYK0.940.0600.38
HSL184.03º88.17%33.14%-
HSV(B)184.03º93.71%62.35%-
XYZ17.1324.0636.54-
YUV108.58156.4557.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.14%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 159 (62.5% from 255) = 50%
R=3.14%
G=46.86%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101491590.940.0600.38184.0388.1733.14
HexA959F5E6026b85821
Octal12225237136604627013041
Binary1010100101011001111110111101100100110101110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,149,159); }

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

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

 a { background-color: rgb(10,149,159); }

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

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

 span { border-color: rgb(10,149,159); }

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