#71BFA0

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

Shades of Medium Aquamarine #71BFA0

Tints of Medium Aquamarine #71BFA0

Color information

#71BFA0 (or 0x71BFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 71, BF and A0. RGB value is (113,191,160). Sum of RGB (Red+Green+Blue) = 113+191+160=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #71BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BFA0 is #8E405F. Grayscale: #A4A4A4. Windows color (decimal): -9322592 or 10534769. OLE color: 10534769.

HSL color Cylindrical-coordinate representation of color #71BFA0: hue angle of 156.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BFA0 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB113191160-
CMYK0.4100.160.25
HSL156.15º37.86%59.61%-
HSV(B)156.15º40.84%74.9%-
XYZ31.7943.3139.94-
YUV164.14125.6691.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=24.35%
G=41.16%
B=34.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131911600.4100.160.25156.1537.8659.61
Hex71BFA029010199c263c
Octal16127724051020312344674
Binary111000110111111101000001010010100001100110011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,191,160); }

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

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

 a { background-color: rgb(113,191,160); }

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

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

 span { border-color: rgb(113,191,160); }

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