#61FFC4

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

Shades of Aquamarine #61FFC4

Tints of Aquamarine #61FFC4

Color information

#61FFC4 (or 0x61FFC4) is unknown color: approx Aquamarine. HEX triplet: 61, FF and C4. RGB value is (97,255,196). Sum of RGB (Red+Green+Blue) = 97+255+196=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFC4 is #9E003B. Grayscale: #C9C9C9. Windows color (decimal): -10354748 or 12910433. OLE color: 12910433.

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

Color convert

RGB97255196-
CMYK0.6200.230
HSL157.59º100%69.02%-
HSV(B)157.59º61.96%100%-
XYZ50.6578.0564.62-
YUV201.03125.1553.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.70%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=17.70%
G=46.53%
B=35.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972551960.6200.230157.5910069.02
Hex61FFC43E01709e6445
Octal141377304760270236144105
Binary1100001111111111100010011111001011101001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,255,196); }

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

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

 a { background-color: rgb(97,255,196); }

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

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

 span { border-color: rgb(97,255,196); }

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