#71EEC1

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

Shades of Aquamarine #71EEC1

Tints of Aquamarine #71EEC1

Color information

#71EEC1 (or 0x71EEC1) is unknown color: approx Aquamarine. HEX triplet: 71, EE and C1. RGB value is (113,238,193). Sum of RGB (Red+Green+Blue) = 113+238+193=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEC1 is #8E113E. Grayscale: #C3C3C3. Windows color (decimal): -9310527 or 12709489. OLE color: 12709489.

HSL color Cylindrical-coordinate representation of color #71EEC1: hue angle of 158.4º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEC1 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB113238193-
CMYK0.5300.190.07
HSL158.4º78.62%68.82%-
HSV(B)158.4º52.52%93.33%-
XYZ47.0168.5161.2-
YUV195.5126.5969.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.77%
GREEN value IS 238 (93.36% from 255) = 43.75%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=20.77%
G=43.75%
B=35.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132381930.5300.190.07158.478.6268.82
Hex71EEC13501379e4f45
Octal161356301650237236117105
Binary111000111101110110000011101010100111111001111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,238,193); }

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

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

 a { background-color: rgb(113,238,193); }

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

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

 span { border-color: rgb(113,238,193); }

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