Html Css Color HEX #008998 Eastern Blue

📋 copy color: '#008998'

red 0 ◦ green 137 ◦ blue 152

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

Shades of Eastern Blue #008998

Tints of Eastern Blue #008998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 0%
G = 47.4%
B = 52.6%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008998 (or 0x008998) is known color: Eastern Blue. HEX triplet: 00, 89 and 98. RGB value is (0,137,152). Sum of RGB (Red+Green+Blue) = 0+137+152=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #008998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008998 is #FF7667. Grayscale: #616161. Windows color (decimal): -16741992 or 9996544. OLE color: 9996544.

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

Color convert

RGB 0 137 152 -
CMYK 1 0.10 0 0.40
HSL 185.92º 1% 0.3% -
HSV(B) 185.92º 1% 0.6% -
XYZ 14.61 20.16 32.83 -
YUV 97.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 0 137 152 1 0.10 0 0.40 185.92 1 0.3
Hex 0 89 98 64 A 0 28 BA 64 1E
Octal 0 211 230 144 12 0 50 272 144 36
Binary 0 10001001 10011000 1100100 1010 0 101000 10111010 1100100 11110

Color Harmonies of #008998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008998

Black with #008998

Text Example


Text Example

White with #008998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008998; }

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

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

background-color css

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

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

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

border-color css

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

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

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