#7ff4e5

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

Shades of Aquamarine #7FF4E5

Tints of Aquamarine #7FF4E5

Color information

#7FF4E5 (or 0x7FF4E5) is unknown color: approx Aquamarine. HEX triplet: 7F, F4 and E5. RGB value is (127,244,229). Sum of RGB (Red+Green+Blue) = 127+244+229=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF4E5 is #800B1A. Grayscale: #CFCFCF. Windows color (decimal): -8391451 or 15070335. OLE color: 15070335.

HSL color Cylindrical-coordinate representation of color #7FF4E5: hue angle of 172.31º degrees, saturation: 0.84, 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 #7FF4E5 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB127244229-
CMYK0.4800.060.04
HSL172.31º84.17%72.75%-
HSV(B)172.31º47.95%95.69%-
XYZ55.2574.8785.67-
YUV207.31140.2470.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.17%
GREEN value IS 244 (95.70% from 255) = 40.67%
BLUE value IS 229 (89.84% from 255) = 38.17%
R=21.17%
G=40.67%
B=38.17%

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
Decimal1272442290.4800.060.04172.3184.1772.75
Hex7FF4E530064ac5449
Octal17736434560064254124111
Binary1111111111101001110010111000001101001010110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ff4e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,244,229); }

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

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

 a { background-color: rgb(127,244,229); }

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

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

 span { border-color: rgb(127,244,229); }

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