Html Css Color HEX #7EFBDE Aquamarine

📋 copy color: '#7EFBDE'

red 126 ◦ green 251 ◦ blue 222

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

Shades of Aquamarine #7EFBDE

Tints of Aquamarine #7EFBDE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.9%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 21.04%
G = 41.9%
B = 37.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#7EFBDE (or 0x7EFBDE) is known color: Aquamarine. HEX triplet: 7E, FB and DE. RGB value is (126,251,222). Sum of RGB (Red+Green+Blue) = 126+251+222=599 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.04% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFBDE is #810421. Grayscale: #D2D2D2. Windows color (decimal): -8455202 or 14613374. OLE color: 14613374.

HSL color Cylindrical-coordinate representation of color #7EFBDE: hue angle of 166.08º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFBDE is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 251 222 -
CMYK 0.50 0 0.12 0.02
HSL 166.08º 0.94% 0.74% -
HSV(B) 166.08º 0.5% 0.98% -
XYZ 56.29 78.7 81.33 -
YUV 210.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 126 251 222 0.50 0 0.12 0.02 166.08 0.94 0.74
Hex 7E FB DE 32 0 C 2 A6 5E 4A
Octal 176 373 336 62 0 14 2 246 136 112
Binary 1111110 11111011 11011110 110010 0 1100 10 10100110 1011110 1001010

Color Harmonies of #7EFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFBDE

Black with #7EFBDE

Text Example


Text Example

White with #7EFBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,251,222); }

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

background-color css

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

 a { background-color: rgb(126,251,222); }

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

border-color css

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

 span { border-color: rgb(126,251,222); }

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