Html Css Color HEX #509676 Ocean Green

📋 copy color: '#509676'

red 80 ◦ green 150 ◦ blue 118

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

Shades of Ocean Green #509676

Tints of Ocean Green #509676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

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

R = 22.99%
G = 43.1%
B = 33.91%

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

#509676 (or 0x509676) is known color: Ocean Green. HEX triplet: 50, 96 and 76. RGB value is (80,150,118). Sum of RGB (Red+Green+Blue) = 80+150+118=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #509676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509676 is #AF6989. Grayscale: #7D7D7D. Windows color (decimal): -11495818 or 7771728. OLE color: 7771728.

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

Color convert

RGB 80 150 118 -
CMYK 0.47 0 0.21 0.41
HSL 152.57º 0.3% 0.45% -
HSV(B) 152.57º 0.47% 0.59% -
XYZ 17.48 24.83 21.01 -
YUV 125.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 80 150 118 0.47 0 0.21 0.41 152.57 0.3 0.45
Hex 50 96 76 2F 0 15 29 99 1E 2D
Octal 120 226 166 57 0 25 51 231 36 55
Binary 1010000 10010110 1110110 101111 0 10101 101001 10011001 11110 101101

Color Harmonies of #509676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509676

Black with #509676

Text Example


Text Example

White with #509676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509676; }

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

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

background-color css

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

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

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

border-color css

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

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

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