#7FF2E0

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

Shades of Aquamarine #7FF2E0

Tints of Aquamarine #7FF2E0

Color information

#7FF2E0 (or 0x7FF2E0) is unknown color: approx Aquamarine. HEX triplet: 7F, F2 and E0. RGB value is (127,242,224). Sum of RGB (Red+Green+Blue) = 127+242+224=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF2E0 is #800D1F. Grayscale: #CDCDCD. Windows color (decimal): -8391968 or 14742143. OLE color: 14742143.

HSL color Cylindrical-coordinate representation of color #7FF2E0: hue angle of 170.61º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2E0 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB127242224-
CMYK0.4800.070.05
HSL170.61º81.56%72.35%-
HSV(B)170.61º47.52%94.9%-
XYZ53.9673.481.84-
YUV205.56138.471.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 242 (94.92% from 255) = 40.81%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=21.42%
G=40.81%
B=37.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272422240.4800.070.05170.6181.5672.35
Hex7FF2E030075ab5248
Octal17736234060075253122110
Binary1111111111100101110000011000001111011010101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FF2E0; }

 p { color: rgb(127,242,224); }

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

<style>
 a { background-color: #7FF2E0; }

 a { background-color: rgb(127,242,224); }

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

<style>
 span { border-color: #7FF2E0; }

 span { border-color: rgb(127,242,224); }

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