#509F70

Color #509F70 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #509F70

Tints of Ocean Green #509F70

Color information

#509F70 (or 0x509F70) is unknown color: approx Ocean Green. HEX triplet: 50, 9F and 70. RGB value is (80,159,112). Sum of RGB (Red+Green+Blue) = 80+159+112=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #509F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F70 is #AF608F. Grayscale: #828282. Windows color (decimal): -11493520 or 7380816. OLE color: 7380816.

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

Color convert

RGB80159112-
CMYK0.5000.300.38
HSL144.3º33.05%46.86%-
HSV(B)144.3º49.69%62.35%-
XYZ18.6327.6719.69-
YUV130.02117.8392.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=22.79%
G=45.30%
B=31.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591120.5000.300.38144.333.0546.86
Hex509F703201E2690212f
Octal12023716062036462204157
Binary101000010011111111000011001001111010011010010000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #509F70;
 }
 .AnyTagClassName
 {
   color: #509F70;
 }
</style>
background-color css

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

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

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

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

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

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