#71EBAB

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

Shades of Medium Aquamarine #71EBAB

Tints of Medium Aquamarine #71EBAB

Color information

#71EBAB (or 0x71EBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 71, EB and AB. RGB value is (113,235,171). Sum of RGB (Red+Green+Blue) = 113+235+171=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EBAB is #8E1454. Grayscale: #BFBFBF. Windows color (decimal): -9311317 or 11266929. OLE color: 11266929.

HSL color Cylindrical-coordinate representation of color #71EBAB: hue angle of 148.52º 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 #71EBAB is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB113235171-
CMYK0.5200.270.08
HSL148.52º75.31%68.24%-
HSV(B)148.52º51.91%92.16%-
XYZ43.8765.8748.93-
YUV191.23116.5872.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 235 (92.19% from 255) = 45.28%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=21.77%
G=45.28%
B=32.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132351710.5200.270.08148.5275.3168.24
Hex71EBAB3401B8954b44
Octal1613532536403310225113104
Binary1110001111010111010101111010001101110001001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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