#519C79

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

Shades of Ocean Green #519C79

Tints of Ocean Green #519C79

Color information

#519C79 (or 0x519C79) is unknown color: approx Ocean Green. HEX triplet: 51, 9C and 79. RGB value is (81,156,121). Sum of RGB (Red+Green+Blue) = 81+156+121=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #519C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C79 is #AE6386. Grayscale: #818181. Windows color (decimal): -11428743 or 7969873. OLE color: 7969873.

HSL color Cylindrical-coordinate representation of color #519C79: hue angle of 152º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C79 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB81156121-
CMYK0.4800.220.39
HSL152º31.65%46.47%-
HSV(B)152º48.08%61.18%-
XYZ18.7326.9122.3-
YUV129.58123.1593.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=22.63%
G=43.58%
B=33.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811561210.4800.220.3915231.6546.47
Hex519C79300162798202e
Octal12123417160026472304056
Binary101000110011100111100111000001011010011110011000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,156,121); }

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

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

 a { background-color: rgb(81,156,121); }

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

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

 span { border-color: rgb(81,156,121); }

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