#51B36A

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

Shades of Ocean Green #51B36A

Tints of Ocean Green #51B36A

Color information

#51B36A (or 0x51B36A) is unknown color: approx Ocean Green. HEX triplet: 51, B3 and 6A. RGB value is (81,179,106). Sum of RGB (Red+Green+Blue) = 81+179+106=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #51B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B36A is #AE4C95. Grayscale: #8D8D8D. Windows color (decimal): -11422870 or 6992721. OLE color: 6992721.

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

Color convert

RGB81179106-
CMYK0.5500.410.30
HSL135.31º39.2%50.98%-
HSV(B)135.31º54.75%70.2%-
XYZ22.1135.0319.23-
YUV141.38108.0384.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=22.13%
G=48.91%
B=28.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791060.5500.410.30135.3139.250.98
Hex51B36A370291E872733
Octal12126315267051362074763
Binary101000110110011110101011011101010011111010000111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,106); }

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

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

 a { background-color: rgb(81,179,106); }

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

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

 span { border-color: rgb(81,179,106); }

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