Html Css Color HEX #008997 Eastern Blue

📋 copy color: '#008997'

red 0 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #008997

Tints of Eastern Blue #008997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 0%
G = 47.57%
B = 52.43%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008997 (or 0x008997) is known color: Eastern Blue. HEX triplet: 00, 89 and 97. RGB value is (0,137,151). Sum of RGB (Red+Green+Blue) = 0+137+151=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #008997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008997 is #FF7668. Grayscale: #616161. Windows color (decimal): -16741993 or 9931008. OLE color: 9931008.

HSL color Cylindrical-coordinate representation of color #008997: hue angle of 185.56º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008997 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 137 151 -
CMYK 1 0.09 0 0.41
HSL 185.56º 1% 0.3% -
HSV(B) 185.56º 1% 0.59% -
XYZ 14.53 20.13 32.4 -
YUV 97.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 0 137 151 1 0.09 0 0.41 185.56 1 0.3
Hex 0 89 97 64 9 0 29 BA 64 1E
Octal 0 211 227 144 11 0 51 272 144 36
Binary 0 10001001 10010111 1100100 1001 0 101001 10111010 1100100 11110

Color Harmonies of #008997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008997

Black with #008997

Text Example


Text Example

White with #008997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008997; }

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

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

background-color css

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

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

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

border-color css

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

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

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