Html Css Color HEX #7EF0BD Aquamarine

📋 copy color: '#7EF0BD'

red 126 ◦ green 240 ◦ blue 189

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

Shades of Aquamarine #7EF0BD

Tints of Aquamarine #7EF0BD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

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

R = 22.7%
G = 43.24%
B = 34.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#7EF0BD (or 0x7EF0BD) is known color: Aquamarine. HEX triplet: 7E, F0 and BD. RGB value is (126,240,189). Sum of RGB (Red+Green+Blue) = 126+240+189=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF0BD is #810F42. Grayscale: #C8C8C8. Windows color (decimal): -8458051 or 12447870. OLE color: 12447870.

HSL color Cylindrical-coordinate representation of color #7EF0BD: hue angle of 153.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF0BD is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 240 189 -
CMYK 0.48 0 0.21 0.06
HSL 153.16º 0.79% 0.72% -
HSV(B) 153.16º 0.48% 0.94% -
XYZ 48.95 70.43 59.16 -
YUV 200.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 126 240 189 0.48 0 0.21 0.06 153.16 0.79 0.72
Hex 7E F0 BD 30 0 15 6 99 4F 48
Octal 176 360 275 60 0 25 6 231 117 110
Binary 1111110 11110000 10111101 110000 0 10101 110 10011001 1001111 1001000

Color Harmonies of #7EF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF0BD

Black with #7EF0BD

Text Example


Text Example

White with #7EF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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