#51B388

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

Shades of Ocean Green #51B388

Tints of Ocean Green #51B388

Color information

#51B388 (or 0x51B388) is unknown color: approx Ocean Green. HEX triplet: 51, B3 and 88. RGB value is (81,179,136). Sum of RGB (Red+Green+Blue) = 81+179+136=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #51B388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B388 is #AE4C77. Grayscale: #909090. Windows color (decimal): -11422840 or 8958801. OLE color: 8958801.

HSL color Cylindrical-coordinate representation of color #51B388: hue angle of 153.67º 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 #51B388 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB81179136-
CMYK0.5500.240.30
HSL153.67º39.2%50.98%-
HSV(B)153.67º54.75%70.2%-
XYZ23.9635.7728.93-
YUV144.8123.0382.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.45%
GREEN value IS 179 (70.31% from 255) = 45.20%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=20.45%
G=45.20%
B=34.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791360.5500.240.30153.6739.250.98
Hex51B388370181E9a2733
Octal12126321067030362324763
Binary101000110110011100010001101110110001111010011010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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