#519B78

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

Shades of Ocean Green #519B78

Tints of Ocean Green #519B78

Color information

#519B78 (or 0x519B78) is unknown color: approx Ocean Green. HEX triplet: 51, 9B and 78. RGB value is (81,155,120). Sum of RGB (Red+Green+Blue) = 81+155+120=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #519B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B78 is #AE6487. Grayscale: #808080. Windows color (decimal): -11429000 or 7904081. OLE color: 7904081.

HSL color Cylindrical-coordinate representation of color #519B78: hue angle of 151.62º degrees, saturation: 0.31, 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 #519B78 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB81155120-
CMYK0.4800.230.39
HSL151.62º31.36%46.27%-
HSV(B)151.62º47.74%60.78%-
XYZ18.526.5521.92-
YUV128.88122.9893.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=22.75%
G=43.54%
B=33.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551200.4800.230.39151.6231.3646.27
Hex519B783001727981f2e
Octal12123317060027472303756
Binary10100011001101111110001100000101111001111001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,120); }

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

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

 a { background-color: rgb(81,155,120); }

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

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

 span { border-color: rgb(81,155,120); }

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