#51AF7E

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

Shades of Ocean Green #51AF7E

Tints of Ocean Green #51AF7E

Color information

#51AF7E (or 0x51AF7E) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 7E. RGB value is (81,175,126). Sum of RGB (Red+Green+Blue) = 81+175+126=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF7E is #AE5081. Grayscale: #8D8D8D. Windows color (decimal): -11423874 or 8302417. OLE color: 8302417.

HSL color Cylindrical-coordinate representation of color #51AF7E: hue angle of 148.72º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF7E is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB81175126-
CMYK0.5400.280.31
HSL148.72º37.01%50.2%-
HSV(B)148.72º53.71%68.63%-
XYZ22.4933.9225.1-
YUV141.31119.3684.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=21.20%
G=45.81%
B=32.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751260.5400.280.31148.7237.0150.2
Hex51AF7E3601C1F952532
Octal12125717666034372254562
Binary10100011010111111111101101100111001111110010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,126); }

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

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

 a { background-color: rgb(81,175,126); }

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

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

 span { border-color: rgb(81,175,126); }

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