Html Css Color HEX #7EEBDC Aquamarine

📋 copy color: '#7EEBDC'

red 126 ◦ green 235 ◦ blue 220

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

Shades of Aquamarine #7EEBDC

Tints of Aquamarine #7EEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.45%

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

R = 21.69%
G = 40.45%
B = 37.87%

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

#7EEBDC (or 0x7EEBDC) is known color: Aquamarine. HEX triplet: 7E, EB and DC. RGB value is (126,235,220). Sum of RGB (Red+Green+Blue) = 126+235+220=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBDC is #811423. Grayscale: #C8C8C8. Windows color (decimal): -8459300 or 14478206. OLE color: 14478206.

HSL color Cylindrical-coordinate representation of color #7EEBDC: hue angle of 171.74º degrees, saturation: 0.73, 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 #7EEBDC is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 235 220 -
CMYK 0.46 0 0.06 0.08
HSL 171.74º 0.73% 0.71% -
HSV(B) 171.74º 0.46% 0.92% -
XYZ 51.23 69.02 78.33 -
YUV 200.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 126 235 220 0.46 0 0.06 0.08 171.74 0.73 0.71
Hex 7E EB DC 2E 0 6 8 AC 49 47
Octal 176 353 334 56 0 6 10 254 111 107
Binary 1111110 11101011 11011100 101110 0 110 1000 10101100 1001001 1000111

Color Harmonies of #7EEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBDC

Black with #7EEBDC

Text Example


Text Example

White with #7EEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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