Html Css Color HEX #7EEADD Aquamarine

📋 copy color: '#7EEADD'

red 126 ◦ green 234 ◦ blue 221

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

Shades of Aquamarine #7EEADD

Tints of Aquamarine #7EEADD

RGB

 RED value IS 126 (49.61% from 255) = 21.69%

 GREEN value IS 234 (91.8% from 255) = 40.28%

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

R = 21.69%
G = 40.28%
B = 38.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#7EEADD (or 0x7EEADD) is known color: Aquamarine. HEX triplet: 7E, EA and DD. RGB value is (126,234,221). Sum of RGB (Red+Green+Blue) = 126+234+221=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEADD is #811522. Grayscale: #C8C8C8. Windows color (decimal): -8459555 or 14543486. OLE color: 14543486.

HSL color Cylindrical-coordinate representation of color #7EEADD: hue angle of 172.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEADD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 234 221 -
CMYK 0.46 0 0.06 0.08
HSL 172.78º 0.72% 0.71% -
HSV(B) 172.78º 0.46% 0.92% -
XYZ 51.08 68.5 78.94 -
YUV 200.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 126 234 221 0.46 0 0.06 0.08 172.78 0.72 0.71
Hex 7E EA DD 2E 0 6 8 AD 48 47
Octal 176 352 335 56 0 6 10 255 110 107
Binary 1111110 11101010 11011101 101110 0 110 1000 10101101 1001000 1000111

Color Harmonies of #7EEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEADD

Black with #7EEADD

Text Example


Text Example

White with #7EEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,234,221); }

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

background-color css

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

 a { background-color: rgb(126,234,221); }

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

border-color css

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

 span { border-color: rgb(126,234,221); }

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