#7FEDC0

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

Shades of Aquamarine #7FEDC0

Tints of Aquamarine #7FEDC0

Color information

#7FEDC0 (or 0x7FEDC0) is unknown color: approx Aquamarine. HEX triplet: 7F, ED and C0. RGB value is (127,237,192). Sum of RGB (Red+Green+Blue) = 127+237+192=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDC0 is #80123F. Grayscale: #C7C7C7. Windows color (decimal): -8393280 or 12643711. OLE color: 12643711.

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

Color convert

RGB127237192-
CMYK0.4600.190.07
HSL155.45º75.34%71.37%-
HSV(B)155.45º46.41%92.94%-
XYZ48.5568.8960.61-
YUV198.98124.0676.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.84%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=22.84%
G=42.63%
B=34.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272371920.4600.190.07155.4575.3471.37
Hex7FEDC02E01379b4b47
Octal177355300560237233113107
Binary111111111101101110000001011100100111111001101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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