#61F1C7

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

Shades of Aquamarine #61F1C7

Tints of Aquamarine #61F1C7

Color information

#61F1C7 (or 0x61F1C7) is unknown color: approx Aquamarine. HEX triplet: 61, F1 and C7. RGB value is (97,241,199). Sum of RGB (Red+Green+Blue) = 97+241+199=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1C7 is #9E0E38. Grayscale: #C1C1C1. Windows color (decimal): -10358329 or 13103457. OLE color: 13103457.

HSL color Cylindrical-coordinate representation of color #61F1C7: hue angle of 162.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1C7 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB97241199-
CMYK0.6000.170.05
HSL162.5º83.72%66.27%-
HSV(B)162.5º59.75%94.51%-
XYZ46.6969.5865-
YUV193.16131.2959.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.06%
GREEN value IS 241 (94.53% from 255) = 44.88%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=18.06%
G=44.88%
B=37.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972411990.6000.170.05162.583.7266.27
Hex61F1C73C0115a25442
Octal141361307740215242124102
Binary110000111110001110001111111000100011011010001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,241,199); }

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

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

 a { background-color: rgb(97,241,199); }

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

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

 span { border-color: rgb(97,241,199); }

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