#7FEDDD

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

Shades of Aquamarine #7FEDDD

Tints of Aquamarine #7FEDDD

Color information

#7FEDDD (or 0x7FEDDD) is unknown color: approx Aquamarine. HEX triplet: 7F, ED and DD. RGB value is (127,237,221). Sum of RGB (Red+Green+Blue) = 127+237+221=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDDD is #801222. Grayscale: #CACACA. Windows color (decimal): -8393251 or 14544255. OLE color: 14544255.

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

Color convert

RGB127237221-
CMYK0.4600.070.07
HSL171.27º75.34%71.37%-
HSV(B)171.27º46.41%92.94%-
XYZ52.0970.379.23-
YUV202.29138.5674.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.71%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=21.71%
G=40.51%
B=37.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272372210.4600.070.07171.2775.3471.37
Hex7FEDDD2E077ab4b47
Octal17735533556077253113107
Binary1111111111011011101110110111001111111010101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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