#7FF4D5

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

Shades of Aquamarine #7FF4D5

Tints of Aquamarine #7FF4D5

Color information

#7FF4D5 (or 0x7FF4D5) is unknown color: approx Aquamarine. HEX triplet: 7F, F4 and D5. RGB value is (127,244,213). Sum of RGB (Red+Green+Blue) = 127+244+213=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF4D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF4D5 is #800B2A. Grayscale: #CDCDCD. Windows color (decimal): -8391467 or 14021759. OLE color: 14021759.

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

Color convert

RGB127244213-
CMYK0.4800.130.04
HSL164.1º84.17%72.75%-
HSV(B)164.1º47.95%95.69%-
XYZ53.1174.0274.44-
YUV205.48132.2472.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.75%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=21.75%
G=41.78%
B=36.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272442130.4800.130.04164.184.1772.75
Hex7FF4D5300D4a45449
Octal177364325600154244124111
Binary11111111111010011010101110000011011001010010010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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