#51B182

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

Shades of Ocean Green #51B182

Tints of Ocean Green #51B182

Color information

#51B182 (or 0x51B182) is unknown color: approx Ocean Green. HEX triplet: 51, B1 and 82. RGB value is (81,177,130). Sum of RGB (Red+Green+Blue) = 81+177+130=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #51B182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B182 is #AE4E7D. Grayscale: #8F8F8F. Windows color (decimal): -11423358 or 8565073. OLE color: 8565073.

HSL color Cylindrical-coordinate representation of color #51B182: hue angle of 150.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B182 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB81177130-
CMYK0.5400.270.31
HSL150.62º38.1%50.59%-
HSV(B)150.62º54.24%69.41%-
XYZ23.1434.8126.62-
YUV142.94120.783.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=20.88%
G=45.62%
B=33.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771300.5400.270.31150.6238.150.59
Hex51B1823601B1F972633
Octal12126120266033372274663
Binary101000110110001100000101101100110111111110010111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,177,130); }

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

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

 a { background-color: rgb(81,177,130); }

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

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

 span { border-color: rgb(81,177,130); }

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