#7CFFD2

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

Shades of Aquamarine #7CFFD2

Tints of Aquamarine #7CFFD2

Color information

#7CFFD2 (or 0x7CFFD2) is unknown color: approx Aquamarine. HEX triplet: 7C, FF and D2. RGB value is (124,255,210). Sum of RGB (Red+Green+Blue) = 124+255+210=589 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.05% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFD2 is #83002D. Grayscale: #D2D2D2. Windows color (decimal): -8585262 or 13827964. OLE color: 13827964.

HSL color Cylindrical-coordinate representation of color #7CFFD2: hue angle of 159.39º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFD2 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB124255210-
CMYK0.5100.180
HSL159.39º100%74.31%-
HSV(B)159.39º51.37%100%-
XYZ55.7180.4673.57-
YUV210.7127.666.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.05%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=21.05%
G=43.29%
B=35.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242552100.5100.180159.3910074.31
Hex7CFFD23301209f644a
Octal174377322630220237144112
Binary1111100111111111101001011001101001001001111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,210); }

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

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

 a { background-color: rgb(124,255,210); }

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

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

 span { border-color: rgb(124,255,210); }

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