Html Css Color HEX #7EF9CA Aquamarine

📋 copy color: '#7EF9CA'

red 126 ◦ green 249 ◦ blue 202

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

Shades of Aquamarine #7EF9CA

Tints of Aquamarine #7EF9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 21.84%
G = 43.15%
B = 35.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#7EF9CA (or 0x7EF9CA) is known color: Aquamarine. HEX triplet: 7E, F9 and CA. RGB value is (126,249,202). Sum of RGB (Red+Green+Blue) = 126+249+202=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF9CA is #810635. Grayscale: #CECECE. Windows color (decimal): -8455734 or 13302142. OLE color: 13302142.

HSL color Cylindrical-coordinate representation of color #7EF9CA: hue angle of 157.07º 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 #7EF9CA is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 249 202 -
CMYK 0.49 0 0.19 0.02
HSL 157.07º 0.91% 0.74% -
HSV(B) 157.07º 0.49% 0.98% -
XYZ 53.14 76.45 67.83 -
YUV 206.87 125.25 70.32 -
System Red Green Blue C M Y K H S L
Decimal 126 249 202 0.49 0 0.19 0.02 157.07 0.91 0.74
Hex 7E F9 CA 31 0 13 2 9D 5B 4A
Octal 176 371 312 61 0 23 2 235 133 112
Binary 1111110 11111001 11001010 110001 0 10011 10 10011101 1011011 1001010

Color Harmonies of #7EF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF9CA

Black with #7EF9CA

Text Example


Text Example

White with #7EF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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