#71FDC4

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

Shades of Aquamarine #71FDC4

Tints of Aquamarine #71FDC4

Color information

#71FDC4 (or 0x71FDC4) is unknown color: approx Aquamarine. HEX triplet: 71, FD and C4. RGB value is (113,253,196). Sum of RGB (Red+Green+Blue) = 113+253+196=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FDC4 is #8E023B. Grayscale: #CCCCCC. Windows color (decimal): -9306684 or 12909937. OLE color: 12909937.

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

Color convert

RGB113253196-
CMYK0.5500.230.01
HSL155.57º97.22%71.76%-
HSV(B)155.57º55.34%99.22%-
XYZ51.977.7564.5-
YUV204.64123.1262.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.11%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=20.11%
G=45.02%
B=34.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132531960.5500.230.01155.5797.2271.76
Hex71FDC43701719c6148
Octal161375304670271234141110
Binary1110001111111011100010011011101011111001110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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