#7FEDC4

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

Shades of Aquamarine #7FEDC4

Tints of Aquamarine #7FEDC4

Color information

#7FEDC4 (or 0x7FEDC4) is unknown color: approx Aquamarine. HEX triplet: 7F, ED and C4. RGB value is (127,237,196). Sum of RGB (Red+Green+Blue) = 127+237+196=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDC4 is #80123B. Grayscale: #C7C7C7. Windows color (decimal): -8393276 or 12905855. OLE color: 12905855.

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

Color convert

RGB127237196-
CMYK0.4600.170.07
HSL157.64º75.34%71.37%-
HSV(B)157.64º46.41%92.94%-
XYZ4969.0762.97-
YUV199.44126.0676.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.68%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 196 (76.95% from 255) = 35%
R=22.68%
G=42.32%
B=35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272371960.4600.170.07157.6475.3471.37
Hex7FEDC42E01179e4b47
Octal177355304560217236113107
Binary111111111101101110001001011100100011111001111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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