#519B77

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

Shades of Ocean Green #519B77

Tints of Ocean Green #519B77

Color information

#519B77 (or 0x519B77) is unknown color: approx Ocean Green. HEX triplet: 51, 9B and 77. RGB value is (81,155,119). Sum of RGB (Red+Green+Blue) = 81+155+119=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #519B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B77 is #AE6488. Grayscale: #808080. Windows color (decimal): -11429001 or 7838545. OLE color: 7838545.

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

Color convert

RGB81155119-
CMYK0.4800.230.39
HSL150.81º31.36%46.27%-
HSV(B)150.81º47.74%60.78%-
XYZ18.4426.5221.6-
YUV128.77122.4893.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=22.82%
G=43.66%
B=33.52%

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
Decimal811551190.4800.230.39150.8131.3646.27
Hex519B773001727971f2e
Octal12123316760027472273756
Binary10100011001101111101111100000101111001111001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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