#71EACF

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

Shades of Aquamarine #71EACF

Tints of Aquamarine #71EACF

Color information

#71EACF (or 0x71EACF) is unknown color: approx Aquamarine. HEX triplet: 71, EA and CF. RGB value is (113,234,207). Sum of RGB (Red+Green+Blue) = 113+234+207=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACF is #8E1530. Grayscale: #C2C2C2. Windows color (decimal): -9311537 or 13625969. OLE color: 13625969.

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

Color convert

RGB113234207-
CMYK0.5200.120.08
HSL166.61º74.23%68.04%-
HSV(B)166.61º51.71%91.76%-
XYZ47.566.8669.43-
YUV194.74134.9169.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.40%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=20.40%
G=42.24%
B=37.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132342070.5200.120.08166.6174.2368.04
Hex71EACF340C8a74a44
Octal1613523176401410247112104
Binary111000111101010110011111101000110010001010011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,234,207); }

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

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

 a { background-color: rgb(113,234,207); }

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

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

 span { border-color: rgb(113,234,207); }

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