#009099

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

Shades of Eastern Blue #009099

Tints of Eastern Blue #009099

Color information

#009099 (or 0x009099) is unknown color: approx Eastern Blue. HEX triplet: 00, 90 and 99. RGB value is (0,144,153). Sum of RGB (Red+Green+Blue) = 0+144+153=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #009099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009099 is #FF6F66. Grayscale: #656565. Windows color (decimal): -16740199 or 10063872. OLE color: 10063872.

HSL color Cylindrical-coordinate representation of color #009099: hue angle of 183.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009099 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0144153-
CMYK10.0600.4
HSL183.53º100%30%-
HSV(B)183.53º100%60%-
XYZ15.7222.2533.6-
YUV101.97156.7955.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=0%
G=48.48%
B=51.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal014415310.0600.4183.5310030
Hex09099646028b8641e
Octal0220231144605027014436
Binary010010000100110011100100110010100010111000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009099; }

 p { color: rgb(0,144,153); }

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

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

 a { background-color: rgb(0,144,153); }

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

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

 span { border-color: rgb(0,144,153); }

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