#519E78

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

Shades of Ocean Green #519E78

Tints of Ocean Green #519E78

Color information

#519E78 (or 0x519E78) is unknown color: approx Ocean Green. HEX triplet: 51, 9E and 78. RGB value is (81,158,120). Sum of RGB (Red+Green+Blue) = 81+158+120=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #519E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E78 is #AE6187. Grayscale: #828282. Windows color (decimal): -11428232 or 7904849. OLE color: 7904849.

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

Color convert

RGB81158120-
CMYK0.4900.240.38
HSL150.39º32.22%46.86%-
HSV(B)150.39º48.73%61.96%-
XYZ19.0127.5622.09-
YUV130.64121.9992.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=22.56%
G=44.01%
B=33.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581200.4900.240.38150.3932.2246.86
Hex519E78310182696202f
Octal12123617061030462264057
Binary101000110011110111100011000101100010011010010110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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