Html Css Color HEX #509778 Ocean Green

📋 copy color: '#509778'

red 80 ◦ green 151 ◦ blue 120

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

Shades of Ocean Green #509778

Tints of Ocean Green #509778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.02%

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

R = 22.79%
G = 43.02%
B = 34.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#509778 (or 0x509778) is known color: Ocean Green. HEX triplet: 50, 97 and 78. RGB value is (80,151,120). Sum of RGB (Red+Green+Blue) = 80+151+120=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #509778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509778 is #AF6887. Grayscale: #7E7E7E. Windows color (decimal): -11495560 or 7903056. OLE color: 7903056.

HSL color Cylindrical-coordinate representation of color #509778: hue angle of 153.8º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509778 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 120 -
CMYK 0.47 0 0.21 0.41
HSL 153.8º 0.31% 0.45% -
HSV(B) 153.8º 0.47% 0.59% -
XYZ 17.77 25.19 21.7 -
YUV 126.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 80 151 120 0.47 0 0.21 0.41 153.8 0.31 0.45
Hex 50 97 78 2F 0 15 29 9A 1F 2D
Octal 120 227 170 57 0 25 51 232 37 55
Binary 1010000 10010111 1111000 101111 0 10101 101001 10011010 11111 101101

Color Harmonies of #509778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509778

Black with #509778

Text Example


Text Example

White with #509778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509778; }

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

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

background-color css

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

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

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

border-color css

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

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

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