Html Css Color HEX #7EECE0 Aquamarine

📋 copy color: '#7EECE0'

red 126 ◦ green 236 ◦ blue 224

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

Shades of Aquamarine #7EECE0

Tints of Aquamarine #7EECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 21.5%
G = 40.27%
B = 38.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#7EECE0 (or 0x7EECE0) is known color: Aquamarine. HEX triplet: 7E, EC and E0. RGB value is (126,236,224). Sum of RGB (Red+Green+Blue) = 126+236+224=586 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.50% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECE0 is #81131F. Grayscale: #C9C9C9. Windows color (decimal): -8459040 or 14740606. OLE color: 14740606.

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

Color convert

RGB 126 236 224 -
CMYK 0.47 0 0.05 0.07
HSL 173.45º 0.74% 0.71% -
HSV(B) 173.45º 0.47% 0.93% -
XYZ 52.05 69.81 81.25 -
YUV 201.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 126 236 224 0.47 0 0.05 0.07 173.45 0.74 0.71
Hex 7E EC E0 2F 0 5 7 AD 4A 47
Octal 176 354 340 57 0 5 7 255 112 107
Binary 1111110 11101100 11100000 101111 0 101 111 10101101 1001010 1000111

Color Harmonies of #7EECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECE0

Black with #7EECE0

Text Example


Text Example

White with #7EECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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