Html Css Color HEX #7EF2DF Aquamarine

📋 copy color: '#7EF2DF'

red 126 ◦ green 242 ◦ blue 223

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

Shades of Aquamarine #7EF2DF

Tints of Aquamarine #7EF2DF

RGB

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

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

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

R = 21.32%
G = 40.95%
B = 37.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#7EF2DF (or 0x7EF2DF) is known color: Aquamarine. HEX triplet: 7E, F2 and DF. RGB value is (126,242,223). Sum of RGB (Red+Green+Blue) = 126+242+223=591 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.32% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF2DF is #810D20. Grayscale: #CDCDCD. Windows color (decimal): -8457505 or 14676606. OLE color: 14676606.

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

Color convert

RGB 126 242 223 -
CMYK 0.48 0 0.08 0.05
HSL 170.17º 0.82% 0.72% -
HSV(B) 170.17º 0.48% 0.95% -
XYZ 53.68 73.27 81.13 -
YUV 205.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 126 242 223 0.48 0 0.08 0.05 170.17 0.82 0.72
Hex 7E F2 DF 30 0 8 5 AA 52 48
Octal 176 362 337 60 0 10 5 252 122 110
Binary 1111110 11110010 11011111 110000 0 1000 101 10101010 1010010 1001000

Color Harmonies of #7EF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF2DF

Black with #7EF2DF

Text Example


Text Example

White with #7EF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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