Html Css Color HEX #00909E Eastern Blue

📋 copy color: '#00909E'

red 0 ◦ green 144 ◦ blue 158

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

Shades of Eastern Blue #00909E

Tints of Eastern Blue #00909E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 0%
G = 47.68%
B = 52.32%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00909E (or 0x00909E) is known color: Eastern Blue. HEX triplet: 00, 90 and 9E. RGB value is (0,144,158). Sum of RGB (Red+Green+Blue) = 0+144+158=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #00909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00909E is #FF6F61. Grayscale: #666666. Windows color (decimal): -16740194 or 10391552. OLE color: 10391552.

HSL color Cylindrical-coordinate representation of color #00909E: hue angle of 185.32º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00909E is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 144 158 -
CMYK 1 0.09 0 0.38
HSL 185.32º 1% 0.31% -
HSV(B) 185.32º 1% 0.62% -
XYZ 16.14 22.42 35.82 -
YUV 102.54 159.29 54.86 -
System Red Green Blue C M Y K H S L
Decimal 0 144 158 1 0.09 0 0.38 185.32 1 0.31
Hex 0 90 9E 64 9 0 26 B9 64 1F
Octal 0 220 236 144 11 0 46 271 144 37
Binary 0 10010000 10011110 1100100 1001 0 100110 10111001 1100100 11111

Color Harmonies of #00909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00909E

Black with #00909E

Text Example


Text Example

White with #00909E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00909E; }

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

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

background-color css

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

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

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

border-color css

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

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

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