Html Css Color HEX #509E7C Ocean Green

📋 copy color: '#509E7C'

red 80 ◦ green 158 ◦ blue 124

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

Shades of Ocean Green #509E7C

Tints of Ocean Green #509E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 22.1%
G = 43.65%
B = 34.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#509E7C (or 0x509E7C) is known color: Ocean Green. HEX triplet: 50, 9E and 7C. RGB value is (80,158,124). Sum of RGB (Red+Green+Blue) = 80+158+124=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #509E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E7C is #AF6183. Grayscale: #828282. Windows color (decimal): -11493764 or 8166992. OLE color: 8166992.

HSL color Cylindrical-coordinate representation of color #509E7C: hue angle of 153.85º 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 #509E7C is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 124 -
CMYK 0.49 0 0.22 0.38
HSL 153.85º 0.33% 0.47% -
HSV(B) 153.85º 0.49% 0.62% -
XYZ 19.17 27.61 23.39 -
YUV 130.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 80 158 124 0.49 0 0.22 0.38 153.85 0.33 0.47
Hex 50 9E 7C 31 0 16 26 9A 21 2F
Octal 120 236 174 61 0 26 46 232 41 57
Binary 1010000 10011110 1111100 110001 0 10110 100110 10011010 100001 101111

Color Harmonies of #509E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E7C

Black with #509E7C

Text Example


Text Example

White with #509E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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