Html Css Color HEX #509E6C Ocean Green

📋 copy color: '#509E6C'

red 80 ◦ green 158 ◦ blue 108

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

Shades of Ocean Green #509E6C

Tints of Ocean Green #509E6C

RGB

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

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

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

R = 23.12%
G = 45.66%
B = 31.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#509E6C (or 0x509E6C) is known color: Ocean Green. HEX triplet: 50, 9E and 6C. RGB value is (80,158,108). Sum of RGB (Red+Green+Blue) = 80+158+108=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #509E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E6C is #AF6193. Grayscale: #818181. Windows color (decimal): -11493780 or 7118416. OLE color: 7118416.

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

Color convert

RGB 80 158 108 -
CMYK 0.49 0 0.32 0.38
HSL 141.54º 0.33% 0.47% -
HSV(B) 141.54º 0.49% 0.62% -
XYZ 18.24 27.24 18.48 -
YUV 128.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 80 158 108 0.49 0 0.32 0.38 141.54 0.33 0.47
Hex 50 9E 6C 31 0 20 26 8E 21 2F
Octal 120 236 154 61 0 40 46 216 41 57
Binary 1010000 10011110 1101100 110001 0 100000 100110 10001110 100001 101111

Color Harmonies of #509E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E6C

Black with #509E6C

Text Example


Text Example

White with #509E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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