#519E74

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

Shades of Ocean Green #519E74

Tints of Ocean Green #519E74

Color information

#519E74 (or 0x519E74) is unknown color: approx Ocean Green. HEX triplet: 51, 9E and 74. RGB value is (81,158,116). Sum of RGB (Red+Green+Blue) = 81+158+116=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #519E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E74 is #AE618B. Grayscale: #828282. Windows color (decimal): -11428236 or 7642705. OLE color: 7642705.

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

Color convert

RGB81158116-
CMYK0.4900.270.38
HSL147.27º32.22%46.86%-
HSV(B)147.27º48.73%61.96%-
XYZ18.7727.4620.83-
YUV130.19119.9992.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=22.82%
G=44.51%
B=32.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811581160.4900.270.38147.2732.2246.86
Hex519E743101B2693202f
Octal12123616461033462234057
Binary101000110011110111010011000101101110011010010011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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