Html Css Color HEX #7EEBD9 Aquamarine

📋 copy color: '#7EEBD9'

red 126 ◦ green 235 ◦ blue 217

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

Shades of Aquamarine #7EEBD9

Tints of Aquamarine #7EEBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 21.8%
G = 40.66%
B = 37.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#7EEBD9 (or 0x7EEBD9) is known color: Aquamarine. HEX triplet: 7E, EB and D9. RGB value is (126,235,217). Sum of RGB (Red+Green+Blue) = 126+235+217=578 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.80% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBD9 is #811426. Grayscale: #C8C8C8. Windows color (decimal): -8459303 or 14281598. OLE color: 14281598.

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

Color convert

RGB 126 235 217 -
CMYK 0.46 0 0.08 0.08
HSL 170.09º 0.73% 0.71% -
HSV(B) 170.09º 0.46% 0.92% -
XYZ 50.84 68.86 76.26 -
YUV 200.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 126 235 217 0.46 0 0.08 0.08 170.09 0.73 0.71
Hex 7E EB D9 2E 0 8 8 AA 49 47
Octal 176 353 331 56 0 10 10 252 111 107
Binary 1111110 11101011 11011001 101110 0 1000 1000 10101010 1001001 1000111

Color Harmonies of #7EEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEBD9

Black with #7EEBD9

Text Example


Text Example

White with #7EEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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