Html Css Color HEX #509978 Ocean Green

📋 copy color: '#509978'

red 80 ◦ green 153 ◦ blue 120

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

Shades of Ocean Green #509978

Tints of Ocean Green #509978

RGB

 RED value IS 80 (31.64% from 255) = 22.66%

 GREEN value IS 153 (60.16% from 255) = 43.34%

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 22.66%
G = 43.34%
B = 33.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#509978 (or 0x509978) is known color: Ocean Green. HEX triplet: 50, 99 and 78. RGB value is (80,153,120). Sum of RGB (Red+Green+Blue) = 80+153+120=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #509978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509978 is #AF6687. Grayscale: #7F7F7F. Windows color (decimal): -11495048 or 7903568. OLE color: 7903568.

HSL color Cylindrical-coordinate representation of color #509978: hue angle of 152.88º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509978 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 120 -
CMYK 0.48 0 0.22 0.4
HSL 152.88º 0.31% 0.46% -
HSV(B) 152.88º 0.48% 0.6% -
XYZ 18.09 25.84 21.8 -
YUV 127.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 80 153 120 0.48 0 0.22 0.4 152.88 0.31 0.46
Hex 50 99 78 30 0 16 28 99 1F 2E
Octal 120 231 170 60 0 26 50 231 37 56
Binary 1010000 10011001 1111000 110000 0 10110 101000 10011001 11111 101110

Color Harmonies of #509978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509978

Black with #509978

Text Example


Text Example

White with #509978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509978; }

 p { color: rgb(80,153,120); }

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

background-color css

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

 a { background-color: rgb(80,153,120); }

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

border-color css

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

 span { border-color: rgb(80,153,120); }

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