#51B370

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

Shades of Ocean Green #51B370

Tints of Ocean Green #51B370

Color information

#51B370 (or 0x51B370) is unknown color: approx Ocean Green. HEX triplet: 51, B3 and 70. RGB value is (81,179,112). Sum of RGB (Red+Green+Blue) = 81+179+112=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #51B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B370 is #AE4C8F. Grayscale: #8E8E8E. Windows color (decimal): -11422864 or 7385937. OLE color: 7385937.

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

Color convert

RGB81179112-
CMYK0.5500.370.30
HSL138.98º39.2%50.98%-
HSV(B)138.98º54.75%70.2%-
XYZ22.4435.1620.93-
YUV142.06111.0384.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 179 (70.31% from 255) = 48.12%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=21.77%
G=48.12%
B=30.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791120.5500.370.30138.9839.250.98
Hex51B370370251E8b2733
Octal12126316067045362134763
Binary101000110110011111000011011101001011111010001011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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