Html Css Color HEX #7EEEDF Aquamarine

📋 copy color: '#7EEEDF'

red 126 ◦ green 238 ◦ blue 223

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

Shades of Aquamarine #7EEEDF

Tints of Aquamarine #7EEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.55%

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

R = 21.47%
G = 40.55%
B = 37.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#7EEEDF (or 0x7EEEDF) is known color: Aquamarine. HEX triplet: 7E, EE and DF. RGB value is (126,238,223). Sum of RGB (Red+Green+Blue) = 126+238+223=587 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.47% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEEDF is #811120. Grayscale: #CACACA. Windows color (decimal): -8458529 or 14675582. OLE color: 14675582.

HSL color Cylindrical-coordinate representation of color #7EEEDF: hue angle of 171.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEEDF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 238 223 -
CMYK 0.47 0 0.06 0.07
HSL 171.96º 0.77% 0.71% -
HSV(B) 171.96º 0.47% 0.93% -
XYZ 52.5 70.91 80.73 -
YUV 202.8 139.39 73.22 -
System Red Green Blue C M Y K H S L
Decimal 126 238 223 0.47 0 0.06 0.07 171.96 0.77 0.71
Hex 7E EE DF 2F 0 6 7 AC 4D 47
Octal 176 356 337 57 0 6 7 254 115 107
Binary 1111110 11101110 11011111 101111 0 110 111 10101100 1001101 1000111

Color Harmonies of #7EEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEEDF

Black with #7EEEDF

Text Example


Text Example

White with #7EEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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