Html Css Color HEX #509E7D Ocean Green

📋 copy color: '#509E7D'

red 80 ◦ green 158 ◦ blue 125

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

Shades of Ocean Green #509E7D

Tints of Ocean Green #509E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 22.04%
G = 43.53%
B = 34.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#509E7D (or 0x509E7D) is known color: Ocean Green. HEX triplet: 50, 9E and 7D. RGB value is (80,158,125). Sum of RGB (Red+Green+Blue) = 80+158+125=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #509E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E7D is #AF6182. Grayscale: #828282. Windows color (decimal): -11493763 or 8232528. OLE color: 8232528.

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

Color convert

RGB 80 158 125 -
CMYK 0.49 0 0.21 0.38
HSL 154.62º 0.33% 0.47% -
HSV(B) 154.62º 0.49% 0.62% -
XYZ 19.24 27.64 23.72 -
YUV 130.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 80 158 125 0.49 0 0.21 0.38 154.62 0.33 0.47
Hex 50 9E 7D 31 0 15 26 9B 21 2F
Octal 120 236 175 61 0 25 46 233 41 57
Binary 1010000 10011110 1111101 110001 0 10101 100110 10011011 100001 101111

Color Harmonies of #509E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E7D

Black with #509E7D

Text Example


Text Example

White with #509E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,158,125); }

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

background-color css

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

 a { background-color: rgb(80,158,125); }

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

border-color css

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

 span { border-color: rgb(80,158,125); }

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