#51A278

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

Shades of Ocean Green #51A278

Tints of Ocean Green #51A278

Color information

#51A278 (or 0x51A278) is unknown color: approx Ocean Green. HEX triplet: 51, A2 and 78. RGB value is (81,162,120). Sum of RGB (Red+Green+Blue) = 81+162+120=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #51A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A278 is #AE5D87. Grayscale: #858585. Windows color (decimal): -11427208 or 7905873. OLE color: 7905873.

HSL color Cylindrical-coordinate representation of color #51A278: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A278 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB81162120-
CMYK0.5000.260.36
HSL148.89º33.33%47.65%-
HSV(B)148.89º50%63.53%-
XYZ19.728.9522.32-
YUV132.99120.6690.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=22.31%
G=44.63%
B=33.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811621200.5000.260.36148.8933.3347.65
Hex51A2783201A24952130
Octal12124217062032442254160
Binary101000110100010111100011001001101010010010010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,162,120); }

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

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

 a { background-color: rgb(81,162,120); }

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

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

 span { border-color: rgb(81,162,120); }

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