#51A57F

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

Shades of Ocean Green #51A57F

Tints of Ocean Green #51A57F

Color information

#51A57F (or 0x51A57F) is unknown color: approx Ocean Green. HEX triplet: 51, A5 and 7F. RGB value is (81,165,127). Sum of RGB (Red+Green+Blue) = 81+165+127=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #51A57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A57F is #AE5A80. Grayscale: #878787. Windows color (decimal): -11426433 or 8365393. OLE color: 8365393.

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

Color convert

RGB81165127-
CMYK0.5100.230.35
HSL152.86º34.15%48.24%-
HSV(B)152.86º50.91%64.71%-
XYZ20.6830.1924.82-
YUV135.55123.1789.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 127 (50% from 255) = 34.05%
R=21.72%
G=44.24%
B=34.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811651270.5100.230.35152.8634.1548.24
Hex51A57F3301723992230
Octal12124517763027432314260
Binary101000110100101111111111001101011110001110011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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