Html Css Color HEX #009399 Eastern Blue

📋 copy color: '#009399'

red 0 ◦ green 147 ◦ blue 153

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

Shades of Eastern Blue #009399

Tints of Eastern Blue #009399

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 0%
G = 49%
B = 51%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#009399 (or 0x009399) is known color: Eastern Blue. HEX triplet: 00, 93 and 99. RGB value is (0,147,153). Sum of RGB (Red+Green+Blue) = 0+147+153=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #009399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009399 is #FF6C66. Grayscale: #676767. Windows color (decimal): -16739431 or 10064640. OLE color: 10064640.

HSL color Cylindrical-coordinate representation of color #009399: hue angle of 182.35º 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 #009399 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 147 153 -
CMYK 1 0.04 0 0.4
HSL 182.35º 1% 0.3% -
HSV(B) 182.35º 1% 0.6% -
XYZ 16.18 23.17 33.76 -
YUV 103.73 155.8 54.01 -
System Red Green Blue C M Y K H S L
Decimal 0 147 153 1 0.04 0 0.4 182.35 1 0.3
Hex 0 93 99 64 4 0 28 B6 64 1E
Octal 0 223 231 144 4 0 50 266 144 36
Binary 0 10010011 10011001 1100100 100 0 101000 10110110 1100100 11110

Color Harmonies of #009399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009399

Black with #009399

Text Example


Text Example

White with #009399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009399; }

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

 H1.HeaderClassName
 {
   color: #009399;
 }
 .AnyTagClassName
 {
   color: #009399;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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