Html Css Color HEX #00909A Eastern Blue

📋 copy color: '#00909A'

red 0 ◦ green 144 ◦ blue 154

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

Shades of Eastern Blue #00909A

Tints of Eastern Blue #00909A

RGB

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

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

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

R = 0%
G = 48.32%
B = 51.68%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00909A (or 0x00909A) is known color: Eastern Blue. HEX triplet: 00, 90 and 9A. RGB value is (0,144,154). Sum of RGB (Red+Green+Blue) = 0+144+154=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #00909A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00909A is #FF6F65. Grayscale: #656565. Windows color (decimal): -16740198 or 10129408. OLE color: 10129408.

HSL color Cylindrical-coordinate representation of color #00909A: hue angle of 183.9º 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 #00909A is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 144 154 -
CMYK 1 0.06 0 0.40
HSL 183.9º 1% 0.3% -
HSV(B) 183.9º 1% 0.6% -
XYZ 15.81 22.28 34.04 -
YUV 102.08 157.29 55.19 -
System Red Green Blue C M Y K H S L
Decimal 0 144 154 1 0.06 0 0.40 183.9 1 0.3
Hex 0 90 9A 64 6 0 28 B8 64 1E
Octal 0 220 232 144 6 0 50 270 144 36
Binary 0 10010000 10011010 1100100 110 0 101000 10111000 1100100 11110

Color Harmonies of #00909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00909A

Black with #00909A

Text Example


Text Example

White with #00909A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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