#51AA79

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

Shades of Ocean Green #51AA79

Tints of Ocean Green #51AA79

Color information

#51AA79 (or 0x51AA79) is unknown color: approx Ocean Green. HEX triplet: 51, AA and 79. RGB value is (81,170,121). Sum of RGB (Red+Green+Blue) = 81+170+121=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AA79 is #AE5586. Grayscale: #898989. Windows color (decimal): -11425159 or 7973457. OLE color: 7973457.

HSL color Cylindrical-coordinate representation of color #51AA79: hue angle of 146.97º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51AA79 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB81170121-
CMYK0.5200.290.33
HSL146.97º35.46%49.22%-
HSV(B)146.97º52.35%66.67%-
XYZ21.2231.8823.12-
YUV137.8118.5187.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=21.77%
G=45.70%
B=32.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811701210.5200.290.33146.9735.4649.22
Hex51AA793401D21932331
Octal12125217164035412234361
Binary101000110101010111100111010001110110000110010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,170,121); }

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

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

 a { background-color: rgb(81,170,121); }

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

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

 span { border-color: rgb(81,170,121); }

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