Html Css Color HEX #7CFADB Aquamarine

📋 copy color: '#7CFADB'

red 124 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #7CFADB

Tints of Aquamarine #7CFADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 20.91%
G = 42.16%
B = 36.93%

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

#7CFADB (or 0x7CFADB) is known color: Aquamarine. HEX triplet: 7C, FA and DB. RGB value is (124,250,219). Sum of RGB (Red+Green+Blue) = 124+250+219=593 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.91% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFADB is #830524. Grayscale: #D0D0D0. Windows color (decimal): -8586533 or 14416508. OLE color: 14416508.

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

Color convert

RGB 124 250 219 -
CMYK 0.50 0 0.12 0.02
HSL 165.24º 0.93% 0.73% -
HSV(B) 165.24º 0.5% 0.98% -
XYZ 55.28 77.77 79.12 -
YUV 208.79 133.76 67.52 -
System Red Green Blue C M Y K H S L
Decimal 124 250 219 0.50 0 0.12 0.02 165.24 0.93 0.73
Hex 7C FA DB 32 0 C 2 A5 5D 49
Octal 174 372 333 62 0 14 2 245 135 111
Binary 1111100 11111010 11011011 110010 0 1100 10 10100101 1011101 1001001

Color Harmonies of #7CFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFADB

Black with #7CFADB

Text Example


Text Example

White with #7CFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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