#519B7C

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

Shades of Ocean Green #519B7C

Tints of Ocean Green #519B7C

Color information

#519B7C (or 0x519B7C) is unknown color: approx Ocean Green. HEX triplet: 51, 9B and 7C. RGB value is (81,155,124). Sum of RGB (Red+Green+Blue) = 81+155+124=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #519B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B7C is #AE6483. Grayscale: #818181. Windows color (decimal): -11428996 or 8166225. OLE color: 8166225.

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

Color convert

RGB81155124-
CMYK0.4800.20.39
HSL154.86º31.36%46.27%-
HSV(B)154.86º47.74%60.78%-
XYZ18.7526.6523.22-
YUV129.34124.9893.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=22.5%
G=43.06%
B=34.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551240.4800.20.39154.8631.3646.27
Hex519B7C30014279b1f2e
Octal12123317460024472333756
Binary10100011001101111111001100000101001001111001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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