Html Css Color HEX #7EF9CC Aquamarine

📋 copy color: '#7EF9CC'

red 126 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #7EF9CC

Tints of Aquamarine #7EF9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

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

R = 21.76%
G = 43.01%
B = 35.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#7EF9CC (or 0x7EF9CC) is known color: Aquamarine. HEX triplet: 7E, F9 and CC. RGB value is (126,249,204). Sum of RGB (Red+Green+Blue) = 126+249+204=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF9CC is #810633. Grayscale: #CFCFCF. Windows color (decimal): -8455732 or 13433214. OLE color: 13433214.

HSL color Cylindrical-coordinate representation of color #7EF9CC: hue angle of 158.05º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9CC is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 249 204 -
CMYK 0.49 0 0.18 0.02
HSL 158.05º 0.91% 0.74% -
HSV(B) 158.05º 0.49% 0.98% -
XYZ 53.38 76.55 69.09 -
YUV 207.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 126 249 204 0.49 0 0.18 0.02 158.05 0.91 0.74
Hex 7E F9 CC 31 0 12 2 9E 5B 4A
Octal 176 371 314 61 0 22 2 236 133 112
Binary 1111110 11111001 11001100 110001 0 10010 10 10011110 1011011 1001010

Color Harmonies of #7EF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF9CC

Black with #7EF9CC

Text Example


Text Example

White with #7EF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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