#71F9B1

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

Shades of Aquamarine #71F9B1

Tints of Aquamarine #71F9B1

Color information

#71F9B1 (or 0x71F9B1) is unknown color: approx Aquamarine. HEX triplet: 71, F9 and B1. RGB value is (113,249,177). Sum of RGB (Red+Green+Blue) = 113+249+177=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #71F9B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F9B1 is #8E064E. Grayscale: #C8C8C8. Windows color (decimal): -9307727 or 11663729. OLE color: 11663729.

HSL color Cylindrical-coordinate representation of color #71F9B1: hue angle of 148.24º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71F9B1 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB113249177-
CMYK0.5500.290.02
HSL148.24º91.89%70.98%-
HSV(B)148.24º54.62%97.65%-
XYZ48.6274.4453.4-
YUV200.13114.9465.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.96%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=20.96%
G=46.20%
B=32.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132491770.5500.290.02148.2491.8970.98
Hex71F9B13701D2945c47
Octal161371261670352224134107
Binary11100011111100110110001110111011101101001010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,249,177); }

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

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

 a { background-color: rgb(113,249,177); }

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

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

 span { border-color: rgb(113,249,177); }

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