#7FEDCC

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

Shades of Aquamarine #7FEDCC

Tints of Aquamarine #7FEDCC

Color information

#7FEDCC (or 0x7FEDCC) is unknown color: approx Aquamarine. HEX triplet: 7F, ED and CC. RGB value is (127,237,204). Sum of RGB (Red+Green+Blue) = 127+237+204=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEDCC is #801233. Grayscale: #C8C8C8. Windows color (decimal): -8393268 or 13430143. OLE color: 13430143.

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

Color convert

RGB127237204-
CMYK0.4600.140.07
HSL162º75.34%71.37%-
HSV(B)162º46.41%92.94%-
XYZ49.9469.4467.9-
YUV200.35130.0675.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.36%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=22.36%
G=41.73%
B=35.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272372040.4600.140.0716275.3471.37
Hex7FEDCC2E0E7a24b47
Octal177355314560167242113107
Binary11111111110110111001100101110011101111010001010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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