#7FEDD0

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

Shades of Aquamarine #7FEDD0

Tints of Aquamarine #7FEDD0

Color information

#7FEDD0 (or 0x7FEDD0) is unknown color: approx Aquamarine. HEX triplet: 7F, ED and D0. RGB value is (127,237,208). Sum of RGB (Red+Green+Blue) = 127+237+208=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDD0 is #80122F. Grayscale: #C8C8C8. Windows color (decimal): -8393264 or 13692287. OLE color: 13692287.

HSL color Cylindrical-coordinate representation of color #7FEDD0: hue angle of 164.18º 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 #7FEDD0 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB127237208-
CMYK0.4600.120.07
HSL164.18º75.34%71.37%-
HSV(B)164.18º46.41%92.94%-
XYZ50.4269.6370.46-
YUV200.8132.0675.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.20%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=22.20%
G=41.43%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272372080.4600.120.07164.1875.3471.37
Hex7FEDD02E0C7a44b47
Octal177355320560147244113107
Binary11111111110110111010000101110011001111010010010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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