Html Css Color HEX #509F6C Ocean Green

📋 copy color: '#509F6C'

red 80 ◦ green 159 ◦ blue 108

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

Shades of Ocean Green #509F6C

Tints of Ocean Green #509F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.82%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 23.05%
G = 45.82%
B = 31.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#509F6C (or 0x509F6C) is known color: Ocean Green. HEX triplet: 50, 9F and 6C. RGB value is (80,159,108). Sum of RGB (Red+Green+Blue) = 80+159+108=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #509F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F6C is #AF6093. Grayscale: #818181. Windows color (decimal): -11493524 or 7118672. OLE color: 7118672.

HSL color Cylindrical-coordinate representation of color #509F6C: hue angle of 141.27º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F6C is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 108 -
CMYK 0.50 0 0.32 0.38
HSL 141.27º 0.33% 0.47% -
HSV(B) 141.27º 0.5% 0.62% -
XYZ 18.41 27.58 18.54 -
YUV 129.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 80 159 108 0.50 0 0.32 0.38 141.27 0.33 0.47
Hex 50 9F 6C 32 0 20 26 8D 21 2F
Octal 120 237 154 62 0 40 46 215 41 57
Binary 1010000 10011111 1101100 110010 0 100000 100110 10001101 100001 101111

Color Harmonies of #509F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F6C

Black with #509F6C

Text Example


Text Example

White with #509F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509F6C; }

 p { color: rgb(80,159,108); }

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

background-color css

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

 a { background-color: rgb(80,159,108); }

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

border-color css

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

 span { border-color: rgb(80,159,108); }

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