#71F1C9

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

Shades of Aquamarine #71F1C9

Tints of Aquamarine #71F1C9

Color information

#71F1C9 (or 0x71F1C9) is unknown color: approx Aquamarine. HEX triplet: 71, F1 and C9. RGB value is (113,241,201). Sum of RGB (Red+Green+Blue) = 113+241+201=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1C9 is #8E0E36. Grayscale: #C6C6C6. Windows color (decimal): -9309751 or 13234545. OLE color: 13234545.

HSL color Cylindrical-coordinate representation of color #71F1C9: hue angle of 161.25º 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 #71F1C9 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB113241201-
CMYK0.5300.170.05
HSL161.25º82.05%69.41%-
HSV(B)161.25º53.11%94.51%-
XYZ48.8170.6466.32-
YUV198.17129.5967.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.36%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=20.36%
G=43.42%
B=36.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132412010.5300.170.05161.2582.0569.41
Hex71F1C9350115a15245
Octal161361311650215241122105
Binary111000111110001110010011101010100011011010000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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