#71FDC0

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

Shades of Aquamarine #71FDC0

Tints of Aquamarine #71FDC0

Color information

#71FDC0 (or 0x71FDC0) is unknown color: approx Aquamarine. HEX triplet: 71, FD and C0. RGB value is (113,253,192). Sum of RGB (Red+Green+Blue) = 113+253+192=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FDC0 is #8E023F. Grayscale: #CCCCCC. Windows color (decimal): -9306688 or 12647793. OLE color: 12647793.

HSL color Cylindrical-coordinate representation of color #71FDC0: hue angle of 153.86º 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 #71FDC0 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB113253192-
CMYK0.5500.240.01
HSL153.86º97.22%71.76%-
HSV(B)153.86º55.34%99.22%-
XYZ51.4577.5762.13-
YUV204.19121.1262.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.25%
GREEN value IS 253 (99.22% from 255) = 45.34%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=20.25%
G=45.34%
B=34.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132531920.5500.240.01153.8697.2271.76
Hex71FDC03701819a6148
Octal161375300670301232141110
Binary1110001111111011100000011011101100011001101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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