Html Css Color HEX #09949A Eastern Blue

📋 copy color: '#09949A'

red 9 ◦ green 148 ◦ blue 154

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

Shades of Eastern Blue #09949A

Tints of Eastern Blue #09949A

RGB

 RED value IS 9 (3.91% from 255) = 2.89%

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 154 (60.55% from 255) = 49.52%

R = 2.89%
G = 47.59%
B = 49.52%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09949A (or 0x09949A) is known color: Eastern Blue. HEX triplet: 09, 94 and 9A. RGB value is (9,148,154). Sum of RGB (Red+Green+Blue) = 9+148+154=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #09949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09949A is #F66B65. Grayscale: #6A6A6A. Windows color (decimal): -16149350 or 10130441. OLE color: 10130441.

HSL color Cylindrical-coordinate representation of color #09949A: hue angle of 182.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09949A is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 148 154 -
CMYK 0.94 0.04 0 0.40
HSL 182.48º 0.89% 0.32% -
HSV(B) 182.48º 0.94% 0.6% -
XYZ 16.54 23.57 34.25 -
YUV 107.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 9 148 154 0.94 0.04 0 0.40 182.48 0.89 0.32
Hex 9 94 9A 5E 4 0 28 B6 59 20
Octal 11 224 232 136 4 0 50 266 131 40
Binary 1001 10010100 10011010 1011110 100 0 101000 10110110 1011001 100000

Color Harmonies of #09949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09949A

Black with #09949A

Text Example


Text Example

White with #09949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09949A; }

 p { color: rgb(9,148,154); }

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

background-color css

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

 a { background-color: rgb(9,148,154); }

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

border-color css

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

 span { border-color: rgb(9,148,154); }

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