#7CEAD9

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

Shades of Aquamarine #7CEAD9

Tints of Aquamarine #7CEAD9

Color information

#7CEAD9 (or 0x7CEAD9) is unknown color: approx Aquamarine. HEX triplet: 7C, EA and D9. RGB value is (124,234,217). Sum of RGB (Red+Green+Blue) = 124+234+217=575 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.57% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEAD9 is #831526. Grayscale: #C7C7C7. Windows color (decimal): -8590631 or 14281340. OLE color: 14281340.

HSL color Cylindrical-coordinate representation of color #7CEAD9: hue angle of 170.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEAD9 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB124234217-
CMYK0.4700.070.08
HSL170.73º72.37%70.2%-
HSV(B)170.73º47.01%91.76%-
XYZ50.2668.1476.15-
YUV199.17138.0674.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.57%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=21.57%
G=40.70%
B=37.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1242342170.4700.070.08170.7372.3770.2
Hex7CEAD92F078ab4846
Octal174352331570710253110106
Binary11111001110101011011001101111011110001010101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,234,217); }

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

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

 a { background-color: rgb(124,234,217); }

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

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

 span { border-color: rgb(124,234,217); }

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