Html Css Color HEX #7EEECD Aquamarine

📋 copy color: '#7EEECD'

red 126 ◦ green 238 ◦ blue 205

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

Shades of Aquamarine #7EEECD

Tints of Aquamarine #7EEECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 22.14%
G = 41.83%
B = 36.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7EEECD (or 0x7EEECD) is known color: Aquamarine. HEX triplet: 7E, EE and CD. RGB value is (126,238,205). Sum of RGB (Red+Green+Blue) = 126+238+205=569 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.14% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEECD is #811132. Grayscale: #C8C8C8. Windows color (decimal): -8458547 or 13495934. OLE color: 13495934.

HSL color Cylindrical-coordinate representation of color #7EEECD: hue angle of 162.32º 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 #7EEECD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 238 205 -
CMYK 0.47 0 0.14 0.07
HSL 162.32º 0.77% 0.71% -
HSV(B) 162.32º 0.47% 0.93% -
XYZ 50.2 69.99 68.62 -
YUV 200.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 126 238 205 0.47 0 0.14 0.07 162.32 0.77 0.71
Hex 7E EE CD 2F 0 E 7 A2 4D 47
Octal 176 356 315 57 0 16 7 242 115 107
Binary 1111110 11101110 11001101 101111 0 1110 111 10100010 1001101 1000111

Color Harmonies of #7EEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEECD

Black with #7EEECD

Text Example


Text Example

White with #7EEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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