#7FECDD

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

Shades of Aquamarine #7FECDD

Tints of Aquamarine #7FECDD

Color information

#7FECDD (or 0x7FECDD) is unknown color: approx Aquamarine. HEX triplet: 7F, EC and DD. RGB value is (127,236,221). Sum of RGB (Red+Green+Blue) = 127+236+221=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECDD is #801322. Grayscale: #C9C9C9. Windows color (decimal): -8393507 or 14543999. OLE color: 14543999.

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

Color convert

RGB127236221-
CMYK0.4600.060.07
HSL171.74º74.15%71.18%-
HSV(B)171.74º46.19%92.55%-
XYZ51.869.7279.13-
YUV201.7138.8974.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.75%
GREEN value IS 236 (92.58% from 255) = 40.41%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=21.75%
G=40.41%
B=37.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272362210.4600.060.07171.7474.1571.18
Hex7FECDD2E067ac4a47
Octal17735433556067254112107
Binary1111111111011001101110110111001101111010110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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