Html Css Color HEX #7EEEDC Aquamarine

📋 copy color: '#7EEEDC'

red 126 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #7EEEDC

Tints of Aquamarine #7EEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

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

R = 21.58%
G = 40.75%
B = 37.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#7EEEDC (or 0x7EEEDC) is known color: Aquamarine. HEX triplet: 7E, EE and DC. RGB value is (126,238,220). Sum of RGB (Red+Green+Blue) = 126+238+220=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEEDC is #811123. Grayscale: #CACACA. Windows color (decimal): -8458532 or 14478974. OLE color: 14478974.

HSL color Cylindrical-coordinate representation of color #7EEEDC: hue angle of 170.36º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEEDC is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 238 220 -
CMYK 0.47 0 0.08 0.07
HSL 170.36º 0.77% 0.71% -
HSV(B) 170.36º 0.47% 0.93% -
XYZ 52.1 70.75 78.62 -
YUV 202.46 137.89 73.46 -
System Red Green Blue C M Y K H S L
Decimal 126 238 220 0.47 0 0.08 0.07 170.36 0.77 0.71
Hex 7E EE DC 2F 0 8 7 AA 4D 47
Octal 176 356 334 57 0 10 7 252 115 107
Binary 1111110 11101110 11011100 101111 0 1000 111 10101010 1001101 1000111

Color Harmonies of #7EEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEEDC

Black with #7EEEDC

Text Example


Text Example

White with #7EEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,238,220); }

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

background-color css

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

 a { background-color: rgb(126,238,220); }

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

border-color css

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

 span { border-color: rgb(126,238,220); }

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