Html Css Color HEX #7CFEDD Aquamarine

📋 copy color: '#7CFEDD'

red 124 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #7CFEDD

Tints of Aquamarine #7CFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.4%

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

R = 20.7%
G = 42.4%
B = 36.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#7CFEDD (or 0x7CFEDD) is known color: Aquamarine. HEX triplet: 7C, FE and DD. RGB value is (124,254,221). Sum of RGB (Red+Green+Blue) = 124+254+221=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #7CFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFEDD is #830122. Grayscale: #D3D3D3. Windows color (decimal): -8585507 or 14548604. OLE color: 14548604.

HSL color Cylindrical-coordinate representation of color #7CFEDD: hue angle of 164.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFEDD is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 254 221 -
CMYK 0.51 0 0.13 0.00
HSL 164.77º 0.98% 0.74% -
HSV(B) 164.77º 0.51% 1% -
XYZ 56.81 80.39 80.93 -
YUV 211.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 124 254 221 0.51 0 0.13 0.00 164.77 0.98 0.74
Hex 7C FE DD 33 0 D 0 A5 62 4A
Octal 174 376 335 63 0 15 0 245 142 112
Binary 1111100 11111110 11011101 110011 0 1101 0 10100101 1100010 1001010

Color Harmonies of #7CFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CFEDD

Black with #7CFEDD

Text Example


Text Example

White with #7CFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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