#7FF5E6

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

Shades of Aquamarine #7FF5E6

Tints of Aquamarine #7FF5E6

Color information

#7FF5E6 (or 0x7FF5E6) is unknown color: approx Aquamarine. HEX triplet: 7F, F5 and E6. RGB value is (127,245,230). Sum of RGB (Red+Green+Blue) = 127+245+230=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF5E6 is #800A19. Grayscale: #CFCFCF. Windows color (decimal): -8391194 or 15136127. OLE color: 15136127.

HSL color Cylindrical-coordinate representation of color #7FF5E6: hue angle of 172.37º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5E6 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB127245230-
CMYK0.4800.060.04
HSL172.37º85.51%72.94%-
HSV(B)172.37º48.16%96.08%-
XYZ55.6975.5386.51-
YUV208.01140.4170.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.10%
GREEN value IS 245 (96.09% from 255) = 40.70%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=21.10%
G=40.70%
B=38.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272452300.4800.060.04172.3785.5172.94
Hex7FF5E630064ac5649
Octal17736534660064254126111
Binary1111111111101011110011011000001101001010110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,245,230); }

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

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

 a { background-color: rgb(127,245,230); }

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

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

 span { border-color: rgb(127,245,230); }

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