Html Css Color HEX #7EECCD Aquamarine

📋 copy color: '#7EECCD'

red 126 ◦ green 236 ◦ blue 205

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

Shades of Aquamarine #7EECCD

Tints of Aquamarine #7EECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 22.22%
G = 41.62%
B = 36.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#7EECCD (or 0x7EECCD) is known color: Aquamarine. HEX triplet: 7E, EC and CD. RGB value is (126,236,205). Sum of RGB (Red+Green+Blue) = 126+236+205=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECCD is #811332. Grayscale: #C7C7C7. Windows color (decimal): -8459059 or 13495422. OLE color: 13495422.

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

Color convert

RGB 126 236 205 -
CMYK 0.47 0 0.13 0.07
HSL 163.09º 0.74% 0.71% -
HSV(B) 163.09º 0.47% 0.93% -
XYZ 49.62 68.83 68.43 -
YUV 199.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 126 236 205 0.47 0 0.13 0.07 163.09 0.74 0.71
Hex 7E EC CD 2F 0 D 7 A3 4A 47
Octal 176 354 315 57 0 15 7 243 112 107
Binary 1111110 11101100 11001101 101111 0 1101 111 10100011 1001010 1000111

Color Harmonies of #7EECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECCD

Black with #7EECCD

Text Example


Text Example

White with #7EECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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