#7FEDD2

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

Shades of Aquamarine #7FEDD2

Tints of Aquamarine #7FEDD2

Color information

#7FEDD2 (or 0x7FEDD2) is unknown color: approx Aquamarine. HEX triplet: 7F, ED and D2. RGB value is (127,237,210). Sum of RGB (Red+Green+Blue) = 127+237+210=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDD2 is #80122D. Grayscale: #C9C9C9. Windows color (decimal): -8393262 or 13823359. OLE color: 13823359.

HSL color Cylindrical-coordinate representation of color #7FEDD2: hue angle of 165.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDD2 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB127237210-
CMYK0.4600.110.07
HSL165.27º75.34%71.37%-
HSV(B)165.27º46.41%92.94%-
XYZ50.6769.7371.76-
YUV201.03133.0675.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.13%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 210 (82.42% from 255) = 36.59%
R=22.13%
G=41.29%
B=36.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272372100.4600.110.07165.2775.3471.37
Hex7FEDD22E0B7a54b47
Octal177355322560137245113107
Binary11111111110110111010010101110010111111010010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,237,210); }

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

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

 a { background-color: rgb(127,237,210); }

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

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

 span { border-color: rgb(127,237,210); }

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