#51A070

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

Shades of Ocean Green #51A070

Tints of Ocean Green #51A070

Color information

#51A070 (or 0x51A070) is unknown color: approx Ocean Green. HEX triplet: 51, A0 and 70. RGB value is (81,160,112). Sum of RGB (Red+Green+Blue) = 81+160+112=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #51A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A070 is #AE5F8F. Grayscale: #838383. Windows color (decimal): -11427728 or 7381073. OLE color: 7381073.

HSL color Cylindrical-coordinate representation of color #51A070: hue angle of 143.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A070 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB81160112-
CMYK0.4900.300.37
HSL143.54º32.78%47.25%-
HSV(B)143.54º49.38%62.75%-
XYZ18.8928.0619.75-
YUV130.91117.3392.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=22.95%
G=45.33%
B=31.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811601120.4900.300.37143.5432.7847.25
Hex51A0703101E2590212f
Octal12124016061036452204157
Binary101000110100000111000011000101111010010110010000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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