#61F4CF

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

Shades of Aquamarine #61F4CF

Tints of Aquamarine #61F4CF

Color information

#61F4CF (or 0x61F4CF) is unknown color: approx Aquamarine. HEX triplet: 61, F4 and CF. RGB value is (97,244,207). Sum of RGB (Red+Green+Blue) = 97+244+207=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F4CF is #9E0B30. Grayscale: #C3C3C3. Windows color (decimal): -10357553 or 13628513. OLE color: 13628513.

HSL color Cylindrical-coordinate representation of color #61F4CF: hue angle of 164.9º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F4CF is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB97244207-
CMYK0.6000.150.04
HSL164.9º86.98%66.86%-
HSV(B)164.9º60.25%95.69%-
XYZ48.5471.7570.32-
YUV195.83134.357.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.70%
GREEN value IS 244 (95.70% from 255) = 44.53%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=17.70%
G=44.53%
B=37.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972442070.6000.150.04164.986.9866.86
Hex61F4CF3C0F4a55743
Octal141364317740174245127103
Binary11000011111010011001111111100011111001010010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,244,207); }

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

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

 a { background-color: rgb(97,244,207); }

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

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

 span { border-color: rgb(97,244,207); }

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