#51A16B

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

Shades of Ocean Green #51A16B

Tints of Ocean Green #51A16B

Color information

#51A16B (or 0x51A16B) is unknown color: approx Ocean Green. HEX triplet: 51, A1 and 6B. RGB value is (81,161,107). Sum of RGB (Red+Green+Blue) = 81+161+107=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #51A16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A16B is #AE5E94. Grayscale: #838383. Windows color (decimal): -11427477 or 7053649. OLE color: 7053649.

HSL color Cylindrical-coordinate representation of color #51A16B: hue angle of 139.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A16B is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB81161107-
CMYK0.5000.340.37
HSL139.5º33.06%47.45%-
HSV(B)139.5º49.69%63.14%-
XYZ18.7928.318.38-
YUV130.92114.592.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=23.21%
G=46.13%
B=30.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811611070.5000.340.37139.533.0647.45
Hex51A16B32022258c212f
Octal12124115362042452144157
Binary1010001101000011101011110010010001010010110001100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A16B; }

 p { color: rgb(81,161,107); }

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

<style>
 a { background-color: #51A16B; }

 a { background-color: rgb(81,161,107); }

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

<style>
 span { border-color: #51A16B; }

 span { border-color: rgb(81,161,107); }

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