#71F1BD

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

Shades of Aquamarine #71F1BD

Tints of Aquamarine #71F1BD

Color information

#71F1BD (or 0x71F1BD) is unknown color: approx Aquamarine. HEX triplet: 71, F1 and BD. RGB value is (113,241,189). Sum of RGB (Red+Green+Blue) = 113+241+189=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1BD is #8E0E42. Grayscale: #C4C4C4. Windows color (decimal): -9309763 or 12448113. OLE color: 12448113.

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

Color convert

RGB113241189-
CMYK0.5300.220.05
HSL155.62º82.05%69.41%-
HSV(B)155.62º53.11%94.51%-
XYZ47.4570.159.17-
YUV196.8123.5968.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.81%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=20.81%
G=44.38%
B=34.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132411890.5300.220.05155.6282.0569.41
Hex71F1BD3501659c5245
Octal161361275650265234122105
Binary111000111110001101111011101010101101011001110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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