#71F0D9

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

Shades of Aquamarine #71F0D9

Tints of Aquamarine #71F0D9

Color information

#71F0D9 (or 0x71F0D9) is unknown color: approx Aquamarine. HEX triplet: 71, F0 and D9. RGB value is (113,240,217). Sum of RGB (Red+Green+Blue) = 113+240+217=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F0D9 is #8E0F26. Grayscale: #C7C7C7. Windows color (decimal): -9309991 or 14282865. OLE color: 14282865.

HSL color Cylindrical-coordinate representation of color #71F0D9: hue angle of 169.13º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F0D9 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB113240217-
CMYK0.5300.100.06
HSL169.13º80.89%69.22%-
HSV(B)169.13º52.92%94.12%-
XYZ50.4970.8476.66-
YUV199.4137.9266.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.82%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=19.82%
G=42.11%
B=38.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132402170.5300.100.06169.1380.8969.22
Hex71F0D9350A6a95145
Octal161360331650126251121105
Binary11100011111000011011001110101010101101010100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,240,217); }

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

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

 a { background-color: rgb(113,240,217); }

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

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

 span { border-color: rgb(113,240,217); }

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