Html Css Color HEX #7EF2E5 Aquamarine

📋 copy color: '#7EF2E5'

red 126 ◦ green 242 ◦ blue 229

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

Shades of Aquamarine #7EF2E5

Tints of Aquamarine #7EF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 21.11%
G = 40.54%
B = 38.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#7EF2E5 (or 0x7EF2E5) is known color: Aquamarine. HEX triplet: 7E, F2 and E5. RGB value is (126,242,229). Sum of RGB (Red+Green+Blue) = 126+242+229=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF2E5 is #810D1A. Grayscale: #CDCDCD. Windows color (decimal): -8457499 or 15069822. OLE color: 15069822.

HSL color Cylindrical-coordinate representation of color #7EF2E5: hue angle of 173.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF2E5 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 242 229 -
CMYK 0.48 0 0.05 0.05
HSL 173.28º 0.82% 0.72% -
HSV(B) 173.28º 0.48% 0.95% -
XYZ 54.5 73.6 85.46 -
YUV 205.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 126 242 229 0.48 0 0.05 0.05 173.28 0.82 0.72
Hex 7E F2 E5 30 0 5 5 AD 52 48
Octal 176 362 345 60 0 5 5 255 122 110
Binary 1111110 11110010 11100101 110000 0 101 101 10101101 1010010 1001000

Color Harmonies of #7EF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF2E5

Black with #7EF2E5

Text Example


Text Example

White with #7EF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,242,229); }

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

background-color css

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

 a { background-color: rgb(126,242,229); }

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

border-color css

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

 span { border-color: rgb(126,242,229); }

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