Html Css Color HEX #509D6C Ocean Green

📋 copy color: '#509D6C'

red 80 ◦ green 157 ◦ blue 108

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

Shades of Ocean Green #509D6C

Tints of Ocean Green #509D6C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.51%

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

R = 23.19%
G = 45.51%
B = 31.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#509D6C (or 0x509D6C) is known color: Ocean Green. HEX triplet: 50, 9D and 6C. RGB value is (80,157,108). Sum of RGB (Red+Green+Blue) = 80+157+108=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #509D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D6C is #AF6293. Grayscale: #808080. Windows color (decimal): -11494036 or 7118160. OLE color: 7118160.

HSL color Cylindrical-coordinate representation of color #509D6C: hue angle of 141.82º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D6C is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 108 -
CMYK 0.49 0 0.31 0.38
HSL 141.82º 0.32% 0.46% -
HSV(B) 141.82º 0.49% 0.62% -
XYZ 18.07 26.9 18.43 -
YUV 128.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 80 157 108 0.49 0 0.31 0.38 141.82 0.32 0.46
Hex 50 9D 6C 31 0 1F 26 8E 20 2E
Octal 120 235 154 61 0 37 46 216 40 56
Binary 1010000 10011101 1101100 110001 0 11111 100110 10001110 100000 101110

Color Harmonies of #509D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D6C

Black with #509D6C

Text Example


Text Example

White with #509D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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