Html Css Color HEX #007996 Eastern Blue

📋 copy color: '#007996'

red 0 ◦ green 121 ◦ blue 150

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

Shades of Eastern Blue #007996

Tints of Eastern Blue #007996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 0%
G = 44.65%
B = 55.35%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007996 (or 0x007996) is known color: Eastern Blue. HEX triplet: 00, 79 and 96. RGB value is (0,121,150). Sum of RGB (Red+Green+Blue) = 0+121+150=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #007996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007996 is #FF8669. Grayscale: #575757. Windows color (decimal): -16746090 or 9861376. OLE color: 9861376.

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

Color convert

RGB 0 121 150 -
CMYK 1 0.19 0 0.41
HSL 191.6º 1% 0.29% -
HSV(B) 191.6º 1% 0.59% -
XYZ 12.34 15.88 31.27 -
YUV 88.13 162.91 65.14 -
System Red Green Blue C M Y K H S L
Decimal 0 121 150 1 0.19 0 0.41 191.6 1 0.29
Hex 0 79 96 64 13 0 29 C0 64 1D
Octal 0 171 226 144 23 0 51 300 144 35
Binary 0 1111001 10010110 1100100 10011 0 101001 11000000 1100100 11101

Color Harmonies of #007996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007996

Black with #007996

Text Example


Text Example

White with #007996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007996; }

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

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

background-color css

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

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

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

border-color css

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

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

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