#71FFDD

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

Shades of Aquamarine #71FFDD

Tints of Aquamarine #71FFDD

Color information

#71FFDD (or 0x71FFDD) is unknown color: approx Aquamarine. HEX triplet: 71, FF and DD. RGB value is (113,255,221). Sum of RGB (Red+Green+Blue) = 113+255+221=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFDD is #8E0022. Grayscale: #D0D0D0. Windows color (decimal): -9306147 or 14548849. OLE color: 14548849.

HSL color Cylindrical-coordinate representation of color #71FFDD: hue angle of 165.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFDD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB113255221-
CMYK0.5600.130
HSL165.63º100%72.16%-
HSV(B)165.63º55.69%100%-
XYZ55.6280.2580.97-
YUV208.67134.9659.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.19%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=19.19%
G=43.29%
B=37.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1132552210.5600.130165.6310072.16
Hex71FFDD380D0a66448
Octal161377335700150246144110
Binary111000111111111110111011110000110101010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71FFDD; }

 p { color: rgb(113,255,221); }

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

<style>
 a { background-color: #71FFDD; }

 a { background-color: rgb(113,255,221); }

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

<style>
 span { border-color: #71FFDD; }

 span { border-color: rgb(113,255,221); }

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