Html Css Color HEX #008797 Eastern Blue

📋 copy color: '#008797'

red 0 ◦ green 135 ◦ blue 151

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

Shades of Eastern Blue #008797

Tints of Eastern Blue #008797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

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

R = 0%
G = 47.2%
B = 52.8%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008797 (or 0x008797) is known color: Eastern Blue. HEX triplet: 00, 87 and 97. RGB value is (0,135,151). Sum of RGB (Red+Green+Blue) = 0+135+151=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #008797 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008797 is #FF7868. Grayscale: #606060. Windows color (decimal): -16742505 or 9930496. OLE color: 9930496.

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

Color convert

RGB 0 135 151 -
CMYK 1 0.11 0 0.41
HSL 186.36º 1% 0.3% -
HSV(B) 186.36º 1% 0.59% -
XYZ 14.25 19.56 32.3 -
YUV 96.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 0 135 151 1 0.11 0 0.41 186.36 1 0.3
Hex 0 87 97 64 B 0 29 BA 64 1E
Octal 0 207 227 144 13 0 51 272 144 36
Binary 0 10000111 10010111 1100100 1011 0 101001 10111010 1100100 11110

Color Harmonies of #008797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008797

Black with #008797

Text Example


Text Example

White with #008797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008797; }

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

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

background-color css

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

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

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

border-color css

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

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

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