#61F7CD

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

Shades of Aquamarine #61F7CD

Tints of Aquamarine #61F7CD

Color information

#61F7CD (or 0x61F7CD) is unknown color: approx Aquamarine. HEX triplet: 61, F7 and CD. RGB value is (97,247,205). Sum of RGB (Red+Green+Blue) = 97+247+205=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7CD is #9E0832. Grayscale: #C5C5C5. Windows color (decimal): -10356787 or 13498209. OLE color: 13498209.

HSL color Cylindrical-coordinate representation of color #61F7CD: hue angle of 163.2º 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 #61F7CD is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB97247205-
CMYK0.6100.170.03
HSL163.2º90.36%67.45%-
HSV(B)163.2º60.73%96.86%-
XYZ49.2173.4769.35-
YUV197.36132.356.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.67%
GREEN value IS 247 (96.88% from 255) = 44.99%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=17.67%
G=44.99%
B=37.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972472050.6100.170.03163.290.3667.45
Hex61F7CD3D0113a35a43
Octal141367315750213243132103
Binary11000011111011111001101111101010001111010001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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