#7FF4DE

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

Shades of Aquamarine #7FF4DE

Tints of Aquamarine #7FF4DE

Color information

#7FF4DE (or 0x7FF4DE) is unknown color: approx Aquamarine. HEX triplet: 7F, F4 and DE. RGB value is (127,244,222). Sum of RGB (Red+Green+Blue) = 127+244+222=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF4DE is #800B21. Grayscale: #CECECE. Windows color (decimal): -8391458 or 14611583. OLE color: 14611583.

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

Color convert

RGB127244222-
CMYK0.4800.090.04
HSL168.72º84.17%72.75%-
HSV(B)168.72º47.95%95.69%-
XYZ54.2974.4980.62-
YUV206.51136.7471.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 244 (95.70% from 255) = 41.15%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=21.42%
G=41.15%
B=37.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272442220.4800.090.04168.7284.1772.75
Hex7FF4DE30094a95449
Octal177364336600114251124111
Binary11111111111010011011110110000010011001010100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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