#0A99A0

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

Shades of Eastern Blue #0A99A0

Tints of Eastern Blue #0A99A0

Color information

#0A99A0 (or 0x0A99A0) is unknown color: approx Eastern Blue. HEX triplet: 0A, 99 and A0. RGB value is (10,153,160). Sum of RGB (Red+Green+Blue) = 10+153+160=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #0A99A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A99A0 is #F5665F. Grayscale: #6E6E6E. Windows color (decimal): -16082528 or 10524938. OLE color: 10524938.

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

Color convert

RGB10153160-
CMYK0.940.0400.37
HSL182.8º88.24%33.33%-
HSV(B)182.8º93.75%62.75%-
XYZ17.8625.3937.22-
YUV111.04155.6255.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 160 (62.89% from 255) = 49.54%
R=3.10%
G=47.37%
B=49.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101531600.940.0400.37182.888.2433.33
HexA99A05E4025b75821
Octal12231240136404526713041
Binary1010100110011010000010111101000100101101101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A99A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,160); }

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

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

 a { background-color: rgb(10,153,160); }

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

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

 span { border-color: rgb(10,153,160); }

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