Html Css Color HEX #7EF1DA Aquamarine

📋 copy color: '#7EF1DA'

red 126 ◦ green 241 ◦ blue 218

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

Shades of Aquamarine #7EF1DA

Tints of Aquamarine #7EF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 21.54%
G = 41.2%
B = 37.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#7EF1DA (or 0x7EF1DA) is known color: Aquamarine. HEX triplet: 7E, F1 and DA. RGB value is (126,241,218). Sum of RGB (Red+Green+Blue) = 126+241+218=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF1DA is #810E25. Grayscale: #CBCBCB. Windows color (decimal): -8457766 or 14348670. OLE color: 14348670.

HSL color Cylindrical-coordinate representation of color #7EF1DA: hue angle of 168º degrees, saturation: 0.8, 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 #7EF1DA is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 241 218 -
CMYK 0.48 0 0.10 0.05
HSL 168º 0.8% 0.72% -
HSV(B) 168º 0.48% 0.95% -
XYZ 52.71 72.41 77.53 -
YUV 203.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 126 241 218 0.48 0 0.10 0.05 168 0.8 0.72
Hex 7E F1 DA 30 0 A 5 A8 50 48
Octal 176 361 332 60 0 12 5 250 120 110
Binary 1111110 11110001 11011010 110000 0 1010 101 10101000 1010000 1001000

Color Harmonies of #7EF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF1DA

Black with #7EF1DA

Text Example


Text Example

White with #7EF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,241,218); }

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

background-color css

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

 a { background-color: rgb(126,241,218); }

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

border-color css

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

 span { border-color: rgb(126,241,218); }

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