Html Css Color HEX #7EFDDD Aquamarine

📋 copy color: '#7EFDDD'

red 126 ◦ green 253 ◦ blue 221

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

Shades of Aquamarine #7EFDDD

Tints of Aquamarine #7EFDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.17%

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

R = 21%
G = 42.17%
B = 36.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7EFDDD (or 0x7EFDDD) is known color: Aquamarine. HEX triplet: 7E, FD and DD. RGB value is (126,253,221). Sum of RGB (Red+Green+Blue) = 126+253+221=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDDD is #810222. Grayscale: #D3D3D3. Windows color (decimal): -8454691 or 14548350. OLE color: 14548350.

HSL color Cylindrical-coordinate representation of color #7EFDDD: hue angle of 164.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFDDD is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 253 221 -
CMYK 0.50 0 0.13 0.01
HSL 164.88º 0.97% 0.74% -
HSV(B) 164.88º 0.5% 0.99% -
XYZ 56.78 79.91 80.84 -
YUV 211.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 126 253 221 0.50 0 0.13 0.01 164.88 0.97 0.74
Hex 7E FD DD 32 0 D 1 A5 61 4A
Octal 176 375 335 62 0 15 1 245 141 112
Binary 1111110 11111101 11011101 110010 0 1101 1 10100101 1100001 1001010

Color Harmonies of #7EFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFDDD

Black with #7EFDDD

Text Example


Text Example

White with #7EFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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