#51A07C

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

Shades of Ocean Green #51A07C

Tints of Ocean Green #51A07C

Color information

#51A07C (or 0x51A07C) is unknown color: approx Ocean Green. HEX triplet: 51, A0 and 7C. RGB value is (81,160,124). Sum of RGB (Red+Green+Blue) = 81+160+124=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #51A07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A07C is #AE5F83. Grayscale: #848484. Windows color (decimal): -11427716 or 8167505. OLE color: 8167505.

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

Color convert

RGB81160124-
CMYK0.4900.220.37
HSL152.66º32.78%47.25%-
HSV(B)152.66º49.38%62.75%-
XYZ19.628.3523.51-
YUV132.27123.3391.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 160 (62.89% from 255) = 43.84%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=22.19%
G=43.84%
B=33.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal811601240.4900.220.37152.6632.7847.25
Hex51A07C310162599212f
Octal12124017461026452314157
Binary101000110100000111110011000101011010010110011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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