#71EBAF

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

Shades of Medium Aquamarine #71EBAF

Tints of Medium Aquamarine #71EBAF

Color information

#71EBAF (or 0x71EBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 71, EB and AF. RGB value is (113,235,175). Sum of RGB (Red+Green+Blue) = 113+235+175=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EBAF is #8E1450. Grayscale: #BFBFBF. Windows color (decimal): -9311313 or 11529073. OLE color: 11529073.

HSL color Cylindrical-coordinate representation of color #71EBAF: hue angle of 150.49º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBAF is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB113235175-
CMYK0.5200.260.08
HSL150.49º75.31%68.24%-
HSV(B)150.49º51.91%92.16%-
XYZ44.2666.0250.97-
YUV191.68118.5871.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.61%
GREEN value IS 235 (92.19% from 255) = 44.93%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=21.61%
G=44.93%
B=33.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132351750.5200.260.08150.4975.3168.24
Hex71EBAF3401A8964b44
Octal1613532576403210226113104
Binary1110001111010111010111111010001101010001001011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,235,175); }

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

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

 a { background-color: rgb(113,235,175); }

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

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

 span { border-color: rgb(113,235,175); }

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