#61FFDF

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

Shades of Aquamarine #61FFDF

Tints of Aquamarine #61FFDF

Color information

#61FFDF (or 0x61FFDF) is unknown color: approx Aquamarine. HEX triplet: 61, FF and DF. RGB value is (97,255,223). Sum of RGB (Red+Green+Blue) = 97+255+223=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFDF is #9E0020. Grayscale: #CCCCCC. Windows color (decimal): -10354721 or 14679905. OLE color: 14679905.

HSL color Cylindrical-coordinate representation of color #61FFDF: hue angle of 167.85º 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 #61FFDF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB97255223-
CMYK0.6200.130
HSL167.85º100%69.02%-
HSV(B)167.85º61.96%100%-
XYZ54.0179.3982.29-
YUV204.11138.6551.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.87%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=16.87%
G=44.35%
B=38.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972552230.6200.130167.8510069.02
Hex61FFDF3E0D0a86445
Octal141377337760150250144105
Binary110000111111111110111111111100110101010100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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