Html Css Color HEX #7EFDD6 Aquamarine

📋 copy color: '#7EFDD6'

red 126 ◦ green 253 ◦ blue 214

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

Shades of Aquamarine #7EFDD6

Tints of Aquamarine #7EFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 21.25%
G = 42.66%
B = 36.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#7EFDD6 (or 0x7EFDD6) is known color: Aquamarine. HEX triplet: 7E, FD and D6. RGB value is (126,253,214). Sum of RGB (Red+Green+Blue) = 126+253+214=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDD6 is #810229. Grayscale: #D2D2D2. Windows color (decimal): -8454698 or 14089598. OLE color: 14089598.

HSL color Cylindrical-coordinate representation of color #7EFDD6: hue angle of 161.57º 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 #7EFDD6 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 253 214 -
CMYK 0.50 0 0.15 0.01
HSL 161.57º 0.97% 0.74% -
HSV(B) 161.57º 0.5% 0.99% -
XYZ 55.87 79.54 76.03 -
YUV 210.58 129.92 67.67 -
System Red Green Blue C M Y K H S L
Decimal 126 253 214 0.50 0 0.15 0.01 161.57 0.97 0.74
Hex 7E FD D6 32 0 F 1 A2 61 4A
Octal 176 375 326 62 0 17 1 242 141 112
Binary 1111110 11111101 11010110 110010 0 1111 1 10100010 1100001 1001010

Color Harmonies of #7EFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFDD6

Black with #7EFDD6

Text Example


Text Example

White with #7EFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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