Html Css Color HEX #7CFADD Aquamarine

📋 copy color: '#7CFADD'

red 124 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #7CFADD

Tints of Aquamarine #7CFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 20.84%
G = 42.02%
B = 37.14%

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

#7CFADD (or 0x7CFADD) is known color: Aquamarine. HEX triplet: 7C, FA and DD. RGB value is (124,250,221). Sum of RGB (Red+Green+Blue) = 124+250+221=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFADD is #830522. Grayscale: #D1D1D1. Windows color (decimal): -8586531 or 14547580. OLE color: 14547580.

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

Color convert

RGB 124 250 221 -
CMYK 0.50 0 0.12 0.02
HSL 166.19º 0.93% 0.73% -
HSV(B) 166.19º 0.5% 0.98% -
XYZ 55.55 77.88 80.51 -
YUV 209.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 124 250 221 0.50 0 0.12 0.02 166.19 0.93 0.73
Hex 7C FA DD 32 0 C 2 A6 5D 49
Octal 174 372 335 62 0 14 2 246 135 111
Binary 1111100 11111010 11011101 110010 0 1100 10 10100110 1011101 1001001

Color Harmonies of #7CFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFADD

Black with #7CFADD

Text Example


Text Example

White with #7CFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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