Html Css Color HEX #007997 Eastern Blue

📋 copy color: '#007997'

red 0 ◦ green 121 ◦ blue 151

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

Shades of Eastern Blue #007997

Tints of Eastern Blue #007997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

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

R = 0%
G = 44.49%
B = 55.51%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007997 (or 0x007997) is known color: Eastern Blue. HEX triplet: 00, 79 and 97. RGB value is (0,121,151). Sum of RGB (Red+Green+Blue) = 0+121+151=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #007997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007997 is #FF8668. Grayscale: #585858. Windows color (decimal): -16746089 or 9926912. OLE color: 9926912.

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

Color convert

RGB 0 121 151 -
CMYK 1 0.20 0 0.41
HSL 191.92º 1% 0.3% -
HSV(B) 191.92º 1% 0.59% -
XYZ 12.42 15.91 31.69 -
YUV 88.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 0 121 151 1 0.20 0 0.41 191.92 1 0.3
Hex 0 79 97 64 14 0 29 C0 64 1E
Octal 0 171 227 144 24 0 51 300 144 36
Binary 0 1111001 10010111 1100100 10100 0 101001 11000000 1100100 11110

Color Harmonies of #007997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007997

Black with #007997

Text Example


Text Example

White with #007997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007997; }

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

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

background-color css

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

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

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

border-color css

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

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

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