Html Css Color HEX #7EF0E3 Aquamarine

📋 copy color: '#7EF0E3'

red 126 ◦ green 240 ◦ blue 227

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

Shades of Aquamarine #7EF0E3

Tints of Aquamarine #7EF0E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.28%

R = 21.25%
G = 40.47%
B = 38.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#7EF0E3 (or 0x7EF0E3) is known color: Aquamarine. HEX triplet: 7E, F0 and E3. RGB value is (126,240,227). Sum of RGB (Red+Green+Blue) = 126+240+227=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF0E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF0E3 is #810F1C. Grayscale: #CCCCCC. Windows color (decimal): -8458013 or 14938238. OLE color: 14938238.

HSL color Cylindrical-coordinate representation of color #7EF0E3: hue angle of 173.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 #7EF0E3 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 240 227 -
CMYK 0.48 0 0.05 0.06
HSL 173.16º 0.79% 0.72% -
HSV(B) 173.16º 0.48% 0.94% -
XYZ 53.63 72.3 83.8 -
YUV 204.43 140.73 72.06 -
System Red Green Blue C M Y K H S L
Decimal 126 240 227 0.48 0 0.05 0.06 173.16 0.79 0.72
Hex 7E F0 E3 30 0 5 6 AD 4F 48
Octal 176 360 343 60 0 5 6 255 117 110
Binary 1111110 11110000 11100011 110000 0 101 110 10101101 1001111 1001000

Color Harmonies of #7EF0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF0E3

Black with #7EF0E3

Text Example


Text Example

White with #7EF0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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