#7FFCDA

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

Shades of Aquamarine #7FFCDA

Tints of Aquamarine #7FFCDA

Color information

#7FFCDA (or 0x7FFCDA) is unknown color: approx Aquamarine. HEX triplet: 7F, FC and DA. RGB value is (127,252,218). Sum of RGB (Red+Green+Blue) = 127+252+218=597 (79% of max value = 765). Red value is 127 (50% from 255 or 21.27% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCDA is #800325. Grayscale: #D2D2D2. Windows color (decimal): -8389414 or 14351487. OLE color: 14351487.

HSL color Cylindrical-coordinate representation of color #7FFCDA: hue angle of 163.68º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCDA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB127252218-
CMYK0.5000.130.01
HSL163.68º95.42%74.31%-
HSV(B)163.68º49.6%98.82%-
XYZ56.2279.1978.65-
YUV210.75132.0968.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.27%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=21.27%
G=42.21%
B=36.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272522180.5000.130.01163.6895.4274.31
Hex7FFCDA320D1a45f4a
Octal177374332620151244137112
Binary111111111111100110110101100100110111010010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,252,218); }

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

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

 a { background-color: rgb(127,252,218); }

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

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

 span { border-color: rgb(127,252,218); }

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