#7EEFCF

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

Shades of Aquamarine #7EEFCF

Tints of Aquamarine #7EEFCF

Color information

#7EEFCF (or 0x7EEFCF) is unknown color: approx Aquamarine. HEX triplet: 7E, EF and CF. RGB value is (126,239,207). Sum of RGB (Red+Green+Blue) = 126+239+207=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFCF is #811030. Grayscale: #C9C9C9. Windows color (decimal): -8458289 or 13627262. OLE color: 13627262.

HSL color Cylindrical-coordinate representation of color #7EEFCF: hue angle of 163.01º 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 #7EEFCF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB126239207-
CMYK0.4700.130.06
HSL163.01º77.93%71.57%-
HSV(B)163.01º47.28%93.73%-
XYZ50.7370.6770-
YUV201.56131.0674.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.03%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=22.03%
G=41.78%
B=36.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262392070.4700.130.06163.0177.9371.57
Hex7EEFCF2F0D6a34e48
Octal176357317570156243116110
Binary11111101110111111001111101111011011101010001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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