Html Css Color HEX #509776 Ocean Green

📋 copy color: '#509776'

red 80 ◦ green 151 ◦ blue 118

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

Shades of Ocean Green #509776

Tints of Ocean Green #509776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 22.92%
G = 43.27%
B = 33.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#509776 (or 0x509776) is known color: Ocean Green. HEX triplet: 50, 97 and 76. RGB value is (80,151,118). Sum of RGB (Red+Green+Blue) = 80+151+118=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #509776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509776 is #AF6889. Grayscale: #7E7E7E. Windows color (decimal): -11495562 or 7771984. OLE color: 7771984.

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

Color convert

RGB 80 151 118 -
CMYK 0.47 0 0.22 0.41
HSL 152.11º 0.31% 0.45% -
HSV(B) 152.11º 0.47% 0.59% -
XYZ 17.64 25.15 21.06 -
YUV 126.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 80 151 118 0.47 0 0.22 0.41 152.11 0.31 0.45
Hex 50 97 76 2F 0 16 29 98 1F 2D
Octal 120 227 166 57 0 26 51 230 37 55
Binary 1010000 10010111 1110110 101111 0 10110 101001 10011000 11111 101101

Color Harmonies of #509776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509776

Black with #509776

Text Example


Text Example

White with #509776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509776; }

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

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

background-color css

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

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

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

border-color css

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

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

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