#519B6E

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

Shades of Ocean Green #519B6E

Tints of Ocean Green #519B6E

Color information

#519B6E (or 0x519B6E) is unknown color: approx Ocean Green. HEX triplet: 51, 9B and 6E. RGB value is (81,155,110). Sum of RGB (Red+Green+Blue) = 81+155+110=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #519B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B6E is #AE6491. Grayscale: #7F7F7F. Windows color (decimal): -11429010 or 7248721. OLE color: 7248721.

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

Color convert

RGB81155110-
CMYK0.4800.290.39
HSL143.51º31.36%46.27%-
HSV(B)143.51º47.74%60.78%-
XYZ17.9326.3218.89-
YUV127.74117.9894.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=23.41%
G=44.80%
B=31.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551100.4800.290.39143.5131.3646.27
Hex519B6E3001D27901f2e
Octal12123315660035472203756
Binary10100011001101111011101100000111011001111001000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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