Html Css Color HEX #7EFFDA Aquamarine

📋 copy color: '#7EFFDA'

red 126 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #7EFFDA

Tints of Aquamarine #7EFFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 42.57%

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

R = 21.04%
G = 42.57%
B = 36.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#7EFFDA (or 0x7EFFDA) is known color: Aquamarine. HEX triplet: 7E, FF and DA. RGB value is (126,255,218). Sum of RGB (Red+Green+Blue) = 126+255+218=599 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.04% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFDA is #810025. Grayscale: #D4D4D4. Windows color (decimal): -8454182 or 14352254. OLE color: 14352254.

HSL color Cylindrical-coordinate representation of color #7EFFDA: hue angle of 162.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFDA is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 126 255 218 -
CMYK 0.51 0 0.15 0
HSL 162.79º 1% 0.75% -
HSV(B) 162.79º 0.51% 1% -
XYZ 57.02 81.02 78.96 -
YUV 212.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 126 255 218 0.51 0 0.15 0 162.79 1 0.75
Hex 7E FF DA 33 0 F 0 A3 64 4B
Octal 176 377 332 63 0 17 0 243 144 113
Binary 1111110 11111111 11011010 110011 0 1111 0 10100011 1100100 1001011

Color Harmonies of #7EFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFDA

Black with #7EFFDA

Text Example


Text Example

White with #7EFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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