#61FCD4

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

Shades of Aquamarine #61FCD4

Tints of Aquamarine #61FCD4

Color information

#61FCD4 (or 0x61FCD4) is unknown color: approx Aquamarine. HEX triplet: 61, FC and D4. RGB value is (97,252,212). Sum of RGB (Red+Green+Blue) = 97+252+212=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD4 is #9E032B. Grayscale: #C9C9C9. Windows color (decimal): -10355500 or 13958241. OLE color: 13958241.

HSL color Cylindrical-coordinate representation of color #61FCD4: hue angle of 164.52º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCD4 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB97252212-
CMYK0.6200.160.01
HSL164.52º96.27%68.43%-
HSV(B)164.52º61.51%98.82%-
XYZ51.6276.9274.41-
YUV201.09134.1553.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.29%
GREEN value IS 252 (98.83% from 255) = 44.92%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=17.29%
G=44.92%
B=37.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972522120.6200.160.01164.5296.2768.43
Hex61FCD43E0101a56044
Octal141374324760201245140104
Binary1100001111111001101010011111001000011010010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,252,212); }

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

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

 a { background-color: rgb(97,252,212); }

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

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

 span { border-color: rgb(97,252,212); }

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