Html Css Color HEX #7EF4DF Aquamarine

📋 copy color: '#7EF4DF'

red 126 ◦ green 244 ◦ blue 223

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

Shades of Aquamarine #7EF4DF

Tints of Aquamarine #7EF4DF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.15%

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 21.25%
G = 41.15%
B = 37.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#7EF4DF (or 0x7EF4DF) is known color: Aquamarine. HEX triplet: 7E, F4 and DF. RGB value is (126,244,223). Sum of RGB (Red+Green+Blue) = 126+244+223=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #7EF4DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF4DF is #810B20. Grayscale: #CECECE. Windows color (decimal): -8456993 or 14677118. OLE color: 14677118.

HSL color Cylindrical-coordinate representation of color #7EF4DF: hue angle of 169.32º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF4DF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 126 244 223 -
CMYK 0.48 0 0.09 0.04
HSL 169.32º 0.84% 0.73% -
HSV(B) 169.32º 0.48% 0.96% -
XYZ 54.27 74.46 81.32 -
YUV 206.32 137.41 70.71 -
System Red Green Blue C M Y K H S L
Decimal 126 244 223 0.48 0 0.09 0.04 169.32 0.84 0.73
Hex 7E F4 DF 30 0 9 4 A9 54 49
Octal 176 364 337 60 0 11 4 251 124 111
Binary 1111110 11110100 11011111 110000 0 1001 100 10101001 1010100 1001001

Color Harmonies of #7EF4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF4DF

Black with #7EF4DF

Text Example


Text Example

White with #7EF4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,244,223); }

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

background-color css

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

 a { background-color: rgb(126,244,223); }

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

border-color css

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

 span { border-color: rgb(126,244,223); }

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