Html Css Color HEX #7EECC1 Aquamarine

📋 copy color: '#7EECC1'

red 126 ◦ green 236 ◦ blue 193

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

Shades of Aquamarine #7EECC1

Tints of Aquamarine #7EECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 22.7%
G = 42.52%
B = 34.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#7EECC1 (or 0x7EECC1) is known color: Aquamarine. HEX triplet: 7E, EC and C1. RGB value is (126,236,193). Sum of RGB (Red+Green+Blue) = 126+236+193=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECC1 is #81133E. Grayscale: #C6C6C6. Windows color (decimal): -8459071 or 12708990. OLE color: 12708990.

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

Color convert

RGB 126 236 193 -
CMYK 0.47 0 0.18 0.07
HSL 156.55º 0.74% 0.71% -
HSV(B) 156.55º 0.47% 0.93% -
XYZ 48.23 68.28 61.09 -
YUV 198.21 125.06 76.5 -
System Red Green Blue C M Y K H S L
Decimal 126 236 193 0.47 0 0.18 0.07 156.55 0.74 0.71
Hex 7E EC C1 2F 0 12 7 9D 4A 47
Octal 176 354 301 57 0 22 7 235 112 107
Binary 1111110 11101100 11000001 101111 0 10010 111 10011101 1001010 1000111

Color Harmonies of #7EECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECC1

Black with #7EECC1

Text Example


Text Example

White with #7EECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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