#51AF6E

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

Shades of Ocean Green #51AF6E

Tints of Ocean Green #51AF6E

Color information

#51AF6E (or 0x51AF6E) is unknown color: approx Ocean Green. HEX triplet: 51, AF and 6E. RGB value is (81,175,110). Sum of RGB (Red+Green+Blue) = 81+175+110=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF6E is #AE5091. Grayscale: #8B8B8B. Windows color (decimal): -11423890 or 7253841. OLE color: 7253841.

HSL color Cylindrical-coordinate representation of color #51AF6E: hue angle of 138.51º 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 #51AF6E is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB81175110-
CMYK0.5400.370.31
HSL138.51º37.01%50.2%-
HSV(B)138.51º53.71%68.63%-
XYZ21.5433.5420.09-
YUV139.48111.3686.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=22.13%
G=47.81%
B=30.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751100.5400.370.31138.5137.0150.2
Hex51AF6E360251F8b2532
Octal12125715666045372134562
Binary101000110101111110111011011001001011111110001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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