#71F1CA

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

Shades of Aquamarine #71F1CA

Tints of Aquamarine #71F1CA

Color information

#71F1CA (or 0x71F1CA) is unknown color: approx Aquamarine. HEX triplet: 71, F1 and CA. RGB value is (113,241,202). Sum of RGB (Red+Green+Blue) = 113+241+202=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1CA is #8E0E35. Grayscale: #C6C6C6. Windows color (decimal): -9309750 or 13300081. OLE color: 13300081.

HSL color Cylindrical-coordinate representation of color #71F1CA: hue angle of 161.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1CA is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB113241202-
CMYK0.5300.160.05
HSL161.72º82.05%69.41%-
HSV(B)161.72º53.11%94.51%-
XYZ48.9370.6966.94-
YUV198.28130.0967.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.32%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=20.32%
G=43.35%
B=36.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132412020.5300.160.05161.7282.0569.41
Hex71F1CA350105a25245
Octal161361312650205242122105
Binary111000111110001110010101101010100001011010001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,241,202); }

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

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

 a { background-color: rgb(113,241,202); }

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

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

 span { border-color: rgb(113,241,202); }

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