#519F6E

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

Shades of Ocean Green #519F6E

Tints of Ocean Green #519F6E

Color information

#519F6E (or 0x519F6E) is unknown color: approx Ocean Green. HEX triplet: 51, 9F and 6E. RGB value is (81,159,110). Sum of RGB (Red+Green+Blue) = 81+159+110=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #519F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F6E is #AE6091. Grayscale: #828282. Windows color (decimal): -11427986 or 7249745. OLE color: 7249745.

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

Color convert

RGB81159110-
CMYK0.4900.310.38
HSL142.31º32.5%47.06%-
HSV(B)142.31º49.06%62.35%-
XYZ18.6127.6719.11-
YUV130.09116.6692.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=23.14%
G=45.43%
B=31.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591100.4900.310.38142.3132.547.06
Hex519F6E3101F268e202f
Octal12123715661037462164057
Binary101000110011111110111011000101111110011010001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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