Html Css Color HEX #509E70 Ocean Green

📋 copy color: '#509E70'

red 80 ◦ green 158 ◦ blue 112

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

Shades of Ocean Green #509E70

Tints of Ocean Green #509E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 22.86%
G = 45.14%
B = 32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#509E70 (or 0x509E70) is known color: Ocean Green. HEX triplet: 50, 9E and 70. RGB value is (80,158,112). Sum of RGB (Red+Green+Blue) = 80+158+112=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #509E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E70 is #AF618F. Grayscale: #818181. Windows color (decimal): -11493776 or 7380560. OLE color: 7380560.

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

Color convert

RGB 80 158 112 -
CMYK 0.49 0 0.29 0.38
HSL 144.62º 0.33% 0.47% -
HSV(B) 144.62º 0.49% 0.62% -
XYZ 18.46 27.33 19.63 -
YUV 129.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 80 158 112 0.49 0 0.29 0.38 144.62 0.33 0.47
Hex 50 9E 70 31 0 1D 26 91 21 2F
Octal 120 236 160 61 0 35 46 221 41 57
Binary 1010000 10011110 1110000 110001 0 11101 100110 10010001 100001 101111

Color Harmonies of #509E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E70

Black with #509E70

Text Example


Text Example

White with #509E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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