Html Css Color HEX #7EFECC Aquamarine

📋 copy color: '#7EFECC'

red 126 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #7EFECC

Tints of Aquamarine #7EFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.49%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 21.58%
G = 43.49%
B = 34.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#7EFECC (or 0x7EFECC) is known color: Aquamarine. HEX triplet: 7E, FE and CC. RGB value is (126,254,204). Sum of RGB (Red+Green+Blue) = 126+254+204=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFECC is #810133. Grayscale: #D2D2D2. Windows color (decimal): -8454452 or 13434494. OLE color: 13434494.

HSL color Cylindrical-coordinate representation of color #7EFECC: hue angle of 156.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFECC is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 254 204 -
CMYK 0.50 0 0.20 0.00
HSL 156.56º 0.98% 0.75% -
HSV(B) 156.56º 0.5% 1% -
XYZ 54.95 79.68 69.61 -
YUV 210.03 124.59 68.07 -
System Red Green Blue C M Y K H S L
Decimal 126 254 204 0.50 0 0.20 0.00 156.56 0.98 0.75
Hex 7E FE CC 32 0 14 0 9D 62 4B
Octal 176 376 314 62 0 24 0 235 142 113
Binary 1111110 11111110 11001100 110010 0 10100 0 10011101 1100010 1001011

Color Harmonies of #7EFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFECC

Black with #7EFECC

Text Example


Text Example

White with #7EFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,254,204); }

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

background-color css

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

 a { background-color: rgb(126,254,204); }

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

border-color css

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

 span { border-color: rgb(126,254,204); }

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