Html Css Color HEX #00989E Eastern Blue

📋 copy color: '#00989E'

red 0 ◦ green 152 ◦ blue 158

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

Shades of Eastern Blue #00989E

Tints of Eastern Blue #00989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

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

R = 0%
G = 49.03%
B = 50.97%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00989E (or 0x00989E) is known color: Eastern Blue. HEX triplet: 00, 98 and 9E. RGB value is (0,152,158). Sum of RGB (Red+Green+Blue) = 0+152+158=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #00989E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00989E is #FF6761. Grayscale: #6B6B6B. Windows color (decimal): -16738146 or 10393600. OLE color: 10393600.

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

Color convert

RGB 0 152 158 -
CMYK 1 0.04 0 0.38
HSL 182.28º 1% 0.31% -
HSV(B) 182.28º 1% 0.62% -
XYZ 17.4 24.93 36.24 -
YUV 107.24 156.64 51.51 -
System Red Green Blue C M Y K H S L
Decimal 0 152 158 1 0.04 0 0.38 182.28 1 0.31
Hex 0 98 9E 64 4 0 26 B6 64 1F
Octal 0 230 236 144 4 0 46 266 144 37
Binary 0 10011000 10011110 1100100 100 0 100110 10110110 1100100 11111

Color Harmonies of #00989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00989E

Black with #00989E

Text Example


Text Example

White with #00989E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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