#7EEFC9

Color #7EEFC9 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7EEFC9

Tints of Aquamarine #7EEFC9

Color information

#7EEFC9 (or 0x7EEFC9) is unknown color: approx Aquamarine. HEX triplet: 7E, EF and C9. RGB value is (126,239,201). Sum of RGB (Red+Green+Blue) = 126+239+201=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFC9 is #811036. Grayscale: #C8C8C8. Windows color (decimal): -8458295 or 13234046. OLE color: 13234046.

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

Color convert

RGB126239201-
CMYK0.4700.160.06
HSL159.82º77.93%71.57%-
HSV(B)159.82º47.28%93.73%-
XYZ50.0170.3966.21-
YUV200.88128.0674.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.26%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=22.26%
G=42.23%
B=35.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262392010.4700.160.06159.8277.9371.57
Hex7EEFC92F0106a04e48
Octal176357311570206240116110
Binary111111011101111110010011011110100001101010000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,201); }

 H1.HeaderClassName
 {
   color: #7EEFC9;
 }
 .AnyTagClassName
 {
   color: #7EEFC9;
 }
</style>
background-color css

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

 a { background-color: rgb(126,239,201); }

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

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

 span { border-color: rgb(126,239,201); }

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