#61FEAF

Color #61FEAF Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #61FEAF

Tints of Aquamarine #61FEAF

Color information

#61FEAF (or 0x61FEAF) is unknown color: approx Aquamarine. HEX triplet: 61, FE and AF. RGB value is (97,254,175). Sum of RGB (Red+Green+Blue) = 97+254+175=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FEAF is #9E0150. Grayscale: #C6C6C6. Windows color (decimal): -10355025 or 11533921. OLE color: 11533921.

HSL color Cylindrical-coordinate representation of color #61FEAF: hue angle of 149.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEAF is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB97254175-
CMYK0.6200.310.00
HSL149.81º98.74%68.82%-
HSV(B)149.81º61.81%99.61%-
XYZ48.1176.5252.79-
YUV198.05114.9955.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.44%
GREEN value IS 254 (99.61% from 255) = 48.29%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=18.44%
G=48.29%
B=33.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal972541750.6200.310.00149.8198.7468.82
Hex61FEAF3E01F0966345
Octal141376257760370226143105
Binary1100001111111101010111111111001111101001011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61FEAF; }

 p { color: rgb(97,254,175); }

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

<style>
 a { background-color: #61FEAF; }

 a { background-color: rgb(97,254,175); }

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

<style>
 span { border-color: #61FEAF; }

 span { border-color: rgb(97,254,175); }

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