#51A581

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

Shades of Ocean Green #51A581

Tints of Ocean Green #51A581

Color information

#51A581 (or 0x51A581) is unknown color: approx Ocean Green. HEX triplet: 51, A5 and 81. RGB value is (81,165,129). Sum of RGB (Red+Green+Blue) = 81+165+129=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #51A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A581 is #AE5A7E. Grayscale: #878787. Windows color (decimal): -11426431 or 8496465. OLE color: 8496465.

HSL color Cylindrical-coordinate representation of color #51A581: hue angle of 154.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 #51A581 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB81165129-
CMYK0.5100.220.35
HSL154.29º34.15%48.24%-
HSV(B)154.29º50.91%64.71%-
XYZ20.8130.2425.51-
YUV135.78124.1788.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=21.6%
G=44%
B=34.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811651290.5100.220.35154.2934.1548.24
Hex51A58133016239a2230
Octal12124520163026432324260
Binary1010001101001011000000111001101011010001110011010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,165,129); }

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

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

 a { background-color: rgb(81,165,129); }

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

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

 span { border-color: rgb(81,165,129); }

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