#51A672

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

Shades of Ocean Green #51A672

Tints of Ocean Green #51A672

Color information

#51A672 (or 0x51A672) is unknown color: approx Ocean Green. HEX triplet: 51, A6 and 72. RGB value is (81,166,114). Sum of RGB (Red+Green+Blue) = 81+166+114=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #51A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A672 is #AE598D. Grayscale: #868686. Windows color (decimal): -11426190 or 7513681. OLE color: 7513681.

HSL color Cylindrical-coordinate representation of color #51A672: hue angle of 143.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A672 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB81166114-
CMYK0.5100.310.35
HSL143.29º34.41%48.43%-
HSV(B)143.29º51.2%65.1%-
XYZ20.0730.2420.7-
YUV134.66116.3489.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=22.44%
G=45.98%
B=31.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811661140.5100.310.35143.2934.4148.43
Hex51A6723301F238f2230
Octal12124616263037432174260
Binary101000110100110111001011001101111110001110001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,166,114); }

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

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

 a { background-color: rgb(81,166,114); }

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

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

 span { border-color: rgb(81,166,114); }

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