#7CFAD3

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

Shades of Aquamarine #7CFAD3

Tints of Aquamarine #7CFAD3

Color information

#7CFAD3 (or 0x7CFAD3) is unknown color: approx Aquamarine. HEX triplet: 7C, FA and D3. RGB value is (124,250,211). Sum of RGB (Red+Green+Blue) = 124+250+211=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFAD3 is #83052C. Grayscale: #CFCFCF. Windows color (decimal): -8586541 or 13892220. OLE color: 13892220.

HSL color Cylindrical-coordinate representation of color #7CFAD3: hue angle of 161.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFAD3 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB124250211-
CMYK0.5000.160.02
HSL161.43º92.65%73.33%-
HSV(B)161.43º50.4%98.04%-
XYZ54.2677.3673.7-
YUV207.88129.7668.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.20%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=21.20%
G=42.74%
B=36.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242502110.5000.160.02161.4392.6573.33
Hex7CFAD3320102a15d49
Octal174372323620202241135111
Binary11111001111101011010011110010010000101010000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,250,211); }

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

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

 a { background-color: rgb(124,250,211); }

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

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

 span { border-color: rgb(124,250,211); }

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