#71FDBA

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

Shades of Aquamarine #71FDBA

Tints of Aquamarine #71FDBA

Color information

#71FDBA (or 0x71FDBA) is unknown color: approx Aquamarine. HEX triplet: 71, FD and BA. RGB value is (113,253,186). Sum of RGB (Red+Green+Blue) = 113+253+186=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FDBA is #8E0245. Grayscale: #CBCBCB. Windows color (decimal): -9306694 or 12254577. OLE color: 12254577.

HSL color Cylindrical-coordinate representation of color #71FDBA: hue angle of 151.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FDBA is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB113253186-
CMYK0.5500.260.01
HSL151.29º97.22%71.76%-
HSV(B)151.29º55.34%99.22%-
XYZ50.877.3158.7-
YUV203.5118.1263.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.47%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=20.47%
G=45.83%
B=33.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132531860.5500.260.01151.2997.2271.76
Hex71FDBA3701A1976148
Octal161375272670321227141110
Binary1110001111111011011101011011101101011001011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,253,186); }

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

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

 a { background-color: rgb(113,253,186); }

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

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

 span { border-color: rgb(113,253,186); }

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