#519F70

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

Shades of Ocean Green #519F70

Tints of Ocean Green #519F70

Color information

#519F70 (or 0x519F70) is unknown color: approx Ocean Green. HEX triplet: 51, 9F and 70. RGB value is (81,159,112). Sum of RGB (Red+Green+Blue) = 81+159+112=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #519F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F70 is #AE608F. Grayscale: #828282. Windows color (decimal): -11427984 or 7380817. OLE color: 7380817.

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

Color convert

RGB81159112-
CMYK0.4900.300.38
HSL143.85º32.5%47.06%-
HSV(B)143.85º49.06%62.35%-
XYZ18.7227.7219.69-
YUV130.32117.6692.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=23.01%
G=45.17%
B=31.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591120.4900.300.38143.8532.547.06
Hex519F703101E2690202f
Octal12123716061036462204057
Binary101000110011111111000011000101111010011010010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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