Html Css Color HEX #009099 Eastern Blue

📋 copy color: '#009099'

red 0 ◦ green 144 ◦ blue 153

#009099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #009099

Tints of Eastern Blue #009099

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 value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#009099 (or 0x009099) is known color: 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

RGB 0 144 153 -
CMYK 1 0.06 0 0.4
HSL 183.53º 1% 0.3% -
HSV(B) 183.53º 1% 0.6% -
XYZ 15.72 22.25 33.6 -
YUV 101.97 156.79 55.27 -
System Red Green Blue C M Y K H S L
Decimal 0 144 153 1 0.06 0 0.4 183.53 1 0.3
Hex 0 90 99 64 6 0 28 B8 64 1E
Octal 0 220 231 144 6 0 50 270 144 36
Binary 0 10010000 10011001 1100100 110 0 101000 10111000 1100100 11110

Color Harmonies of #009099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009099

Black with #009099

Text Example


Text Example

White with #009099

Text Example


Text Example

HTML Codes & Css Web 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>