Html Css Color HEX #7EEDDD Aquamarine

📋 copy color: '#7EEDDD'

red 126 ◦ green 237 ◦ blue 221

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

Shades of Aquamarine #7EEDDD

Tints of Aquamarine #7EEDDD

RGB

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

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

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

R = 21.58%
G = 40.58%
B = 37.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#7EEDDD (or 0x7EEDDD) is known color: Aquamarine. HEX triplet: 7E, ED and DD. RGB value is (126,237,221). Sum of RGB (Red+Green+Blue) = 126+237+221=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEDDD is #811222. Grayscale: #C9C9C9. Windows color (decimal): -8458787 or 14544254. OLE color: 14544254.

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

Color convert

RGB 126 237 221 -
CMYK 0.47 0 0.07 0.07
HSL 171.35º 0.76% 0.71% -
HSV(B) 171.35º 0.47% 0.93% -
XYZ 51.94 70.22 79.22 -
YUV 201.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 126 237 221 0.47 0 0.07 0.07 171.35 0.76 0.71
Hex 7E ED DD 2F 0 7 7 AB 4C 47
Octal 176 355 335 57 0 7 7 253 114 107
Binary 1111110 11101101 11011101 101111 0 111 111 10101011 1001100 1000111

Color Harmonies of #7EEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEDDD

Black with #7EEDDD

Text Example


Text Example

White with #7EEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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