#51A86C

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

Shades of Ocean Green #51A86C

Tints of Ocean Green #51A86C

Color information

#51A86C (or 0x51A86C) is unknown color: approx Ocean Green. HEX triplet: 51, A8 and 6C. RGB value is (81,168,108). Sum of RGB (Red+Green+Blue) = 81+168+108=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #51A86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A86C is #AE5793. Grayscale: #878787. Windows color (decimal): -11425684 or 7120977. OLE color: 7120977.

HSL color Cylindrical-coordinate representation of color #51A86C: hue angle of 138.62º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A86C is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB81168108-
CMYK0.5200.360.34
HSL138.62º34.94%48.82%-
HSV(B)138.62º51.79%65.88%-
XYZ20.130.8419.08-
YUV135.15112.6889.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=22.69%
G=47.06%
B=30.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal811681080.5200.360.34138.6234.9448.82
Hex51A86C34024228b2331
Octal12125015464044422134361
Binary1010001101010001101100110100010010010001010001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,168,108); }

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

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

 a { background-color: rgb(81,168,108); }

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

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

 span { border-color: rgb(81,168,108); }

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