#519A72

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

Shades of Ocean Green #519A72

Tints of Ocean Green #519A72

Color information

#519A72 (or 0x519A72) is unknown color: approx Ocean Green. HEX triplet: 51, 9A and 72. RGB value is (81,154,114). Sum of RGB (Red+Green+Blue) = 81+154+114=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #519A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A72 is #AE658D. Grayscale: #7F7F7F. Windows color (decimal): -11429262 or 7510609. OLE color: 7510609.

HSL color Cylindrical-coordinate representation of color #519A72: hue angle of 147.12º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A72 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB81154114-
CMYK0.4700.260.40
HSL147.12º31.06%46.08%-
HSV(B)147.12º47.4%60.39%-
XYZ17.9926.0820-
YUV127.61120.3294.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=23.21%
G=44.13%
B=32.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811541140.4700.260.40147.1231.0646.08
Hex519A722F01A28931f2e
Octal12123216257032502233756
Binary10100011001101011100101011110110101010001001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,114); }

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

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

 a { background-color: rgb(81,154,114); }

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

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

 span { border-color: rgb(81,154,114); }

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