#519F68

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

Shades of Ocean Green #519F68

Tints of Ocean Green #519F68

Color information

#519F68 (or 0x519F68) is unknown color: approx Ocean Green. HEX triplet: 51, 9F and 68. RGB value is (81,159,104). Sum of RGB (Red+Green+Blue) = 81+159+104=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #519F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F68 is #AE6097. Grayscale: #818181. Windows color (decimal): -11427992 or 6856529. OLE color: 6856529.

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

Color convert

RGB81159104-
CMYK0.4900.350.38
HSL137.69º32.5%47.06%-
HSV(B)137.69º49.06%62.35%-
XYZ18.2927.5517.45-
YUV129.41113.6693.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=23.55%
G=46.22%
B=30.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591040.4900.350.38137.6932.547.06
Hex519F6831023268a202f
Octal12123715061043462124057
Binary1010001100111111101000110001010001110011010001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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