#61F7E0

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

Shades of Aquamarine #61F7E0

Tints of Aquamarine #61F7E0

Color information

#61F7E0 (or 0x61F7E0) is unknown color: approx Aquamarine. HEX triplet: 61, F7 and E0. RGB value is (97,247,224). Sum of RGB (Red+Green+Blue) = 97+247+224=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7E0 is #9E081F. Grayscale: #C7C7C7. Windows color (decimal): -10356768 or 14743393. OLE color: 14743393.

HSL color Cylindrical-coordinate representation of color #61F7E0: hue angle of 170.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7E0 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB97247224-
CMYK0.6100.090.03
HSL170.8º90.36%67.45%-
HSV(B)170.8º60.73%96.86%-
XYZ51.6574.4482.17-
YUV199.53141.854.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.08%
GREEN value IS 247 (96.88% from 255) = 43.49%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=17.08%
G=43.49%
B=39.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972472240.6100.090.03170.890.3667.45
Hex61F7E03D093ab5a43
Octal141367340750113253132103
Binary1100001111101111110000011110101001111010101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,247,224); }

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

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

 a { background-color: rgb(97,247,224); }

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

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

 span { border-color: rgb(97,247,224); }

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