Html Css Color HEX #7EEDDB Aquamarine

📋 copy color: '#7EEDDB'

red 126 ◦ green 237 ◦ blue 219

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

Shades of Aquamarine #7EEDDB

Tints of Aquamarine #7EEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.72%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 21.65%
G = 40.72%
B = 37.63%

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

#7EEDDB (or 0x7EEDDB) is known color: Aquamarine. HEX triplet: 7E, ED and DB. RGB value is (126,237,219). Sum of RGB (Red+Green+Blue) = 126+237+219=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEDDB is #811224. Grayscale: #C9C9C9. Windows color (decimal): -8458789 or 14413182. OLE color: 14413182.

HSL color Cylindrical-coordinate representation of color #7EEDDB: hue angle of 170.27º degrees, saturation: 0.76, 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 #7EEDDB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 237 219 -
CMYK 0.47 0 0.08 0.07
HSL 170.27º 0.76% 0.71% -
HSV(B) 170.27º 0.47% 0.93% -
XYZ 51.67 70.12 77.83 -
YUV 201.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 126 237 219 0.47 0 0.08 0.07 170.27 0.76 0.71
Hex 7E ED DB 2F 0 8 7 AA 4C 47
Octal 176 355 333 57 0 10 7 252 114 107
Binary 1111110 11101101 11011011 101111 0 1000 111 10101010 1001100 1000111

Color Harmonies of #7EEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEDDB

Black with #7EEDDB

Text Example


Text Example

White with #7EEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,237,219); }

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

background-color css

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

 a { background-color: rgb(126,237,219); }

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

border-color css

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

 span { border-color: rgb(126,237,219); }

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