Html Css Color HEX #7EF2BD Aquamarine

📋 copy color: '#7EF2BD'

red 126 ◦ green 242 ◦ blue 189

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

Shades of Aquamarine #7EF2BD

Tints of Aquamarine #7EF2BD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.45%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 22.62%
G = 43.45%
B = 33.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#7EF2BD (or 0x7EF2BD) is known color: Aquamarine. HEX triplet: 7E, F2 and BD. RGB value is (126,242,189). Sum of RGB (Red+Green+Blue) = 126+242+189=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF2BD is #810D42. Grayscale: #C9C9C9. Windows color (decimal): -8457539 or 12448382. OLE color: 12448382.

HSL color Cylindrical-coordinate representation of color #7EF2BD: hue angle of 152.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF2BD is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 242 189 -
CMYK 0.48 0 0.22 0.05
HSL 152.59º 0.82% 0.72% -
HSV(B) 152.59º 0.48% 0.95% -
XYZ 49.54 71.61 59.36 -
YUV 201.27 121.07 74.31 -
System Red Green Blue C M Y K H S L
Decimal 126 242 189 0.48 0 0.22 0.05 152.59 0.82 0.72
Hex 7E F2 BD 30 0 16 5 99 52 48
Octal 176 362 275 60 0 26 5 231 122 110
Binary 1111110 11110010 10111101 110000 0 10110 101 10011001 1010010 1001000

Color Harmonies of #7EF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF2BD

Black with #7EF2BD

Text Example


Text Example

White with #7EF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,242,189); }

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

background-color css

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

 a { background-color: rgb(126,242,189); }

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

border-color css

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

 span { border-color: rgb(126,242,189); }

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