#51986F

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

Shades of Ocean Green #51986F

Tints of Ocean Green #51986F

Color information

#51986F (or 0x51986F) is unknown color: approx Ocean Green. HEX triplet: 51, 98 and 6F. RGB value is (81,152,111). Sum of RGB (Red+Green+Blue) = 81+152+111=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #51986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51986F is #AE6790. Grayscale: #7E7E7E. Windows color (decimal): -11429777 or 7313489. OLE color: 7313489.

HSL color Cylindrical-coordinate representation of color #51986F: hue angle of 145.35º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51986F is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB81152111-
CMYK0.4700.270.40
HSL145.35º30.47%45.69%-
HSV(B)145.35º46.71%59.61%-
XYZ17.4925.3519.01-
YUV126.1119.4895.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=23.55%
G=44.19%
B=32.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521110.4700.270.40145.3530.4745.69
Hex51986F2F01B28911e2e
Octal12123015757033502213656
Binary10100011001100011011111011110110111010001001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51986F; }

 p { color: rgb(81,152,111); }

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

<style>
 a { background-color: #51986F; }

 a { background-color: rgb(81,152,111); }

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

<style>
 span { border-color: #51986F; }

 span { border-color: rgb(81,152,111); }

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