Html Css Color HEX #7CFADC Aquamarine

📋 copy color: '#7CFADC'

red 124 ◦ green 250 ◦ blue 220

#7CFADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #7CFADC

Tints of Aquamarine #7CFADC

RGB

 RED value IS 124 (48.83% from 255) = 20.88%

 GREEN value IS 250 (98.05% from 255) = 42.09%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 20.88%
G = 42.09%
B = 37.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#7CFADC (or 0x7CFADC) is known color: Aquamarine. HEX triplet: 7C, FA and DC. RGB value is (124,250,220). Sum of RGB (Red+Green+Blue) = 124+250+220=594 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.88% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFADC is #830523. Grayscale: #D0D0D0. Windows color (decimal): -8586532 or 14482044. OLE color: 14482044.

HSL color Cylindrical-coordinate representation of color #7CFADC: hue angle of 165.71º 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 #7CFADC is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 250 220 -
CMYK 0.50 0 0.12 0.02
HSL 165.71º 0.93% 0.73% -
HSV(B) 165.71º 0.5% 0.98% -
XYZ 55.42 77.82 79.81 -
YUV 208.91 134.26 67.44 -
System Red Green Blue C M Y K H S L
Decimal 124 250 220 0.50 0 0.12 0.02 165.71 0.93 0.73
Hex 7C FA DC 32 0 C 2 A6 5D 49
Octal 174 372 334 62 0 14 2 246 135 111
Binary 1111100 11111010 11011100 110010 0 1100 10 10100110 1011101 1001001

Color Harmonies of #7CFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFADC

Black with #7CFADC

Text Example


Text Example

White with #7CFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CFADC;
 }
 .AnyTagClassName
 {
   color: #7CFADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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