#51B680

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

Shades of Ocean Green #51B680

Tints of Ocean Green #51B680

Color information

#51B680 (or 0x51B680) is unknown color: approx Ocean Green. HEX triplet: 51, B6 and 80. RGB value is (81,182,128). Sum of RGB (Red+Green+Blue) = 81+182+128=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #51B680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B680 is #AE497F. Grayscale: #919191. Windows color (decimal): -11422080 or 8435281. OLE color: 8435281.

HSL color Cylindrical-coordinate representation of color #51B680: hue angle of 147.92º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B680 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB81182128-
CMYK0.5500.300.29
HSL147.92º40.89%51.57%-
HSV(B)147.92º55.49%71.37%-
XYZ24.0236.7626.25-
YUV145.65118.0481.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 182 (71.48% from 255) = 46.55%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=20.72%
G=46.55%
B=32.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811821280.5500.300.29147.9240.8951.57
Hex51B6803701E1D942934
Octal12126620067036352245164
Binary101000110110110100000001101110111101110110010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,182,128); }

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

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

 a { background-color: rgb(81,182,128); }

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

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

 span { border-color: rgb(81,182,128); }

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