#7FF6DC

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

Shades of Aquamarine #7FF6DC

Tints of Aquamarine #7FF6DC

Color information

#7FF6DC (or 0x7FF6DC) is unknown color: approx Aquamarine. HEX triplet: 7F, F6 and DC. RGB value is (127,246,220). Sum of RGB (Red+Green+Blue) = 127+246+220=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF6DC is #800923. Grayscale: #CFCFCF. Windows color (decimal): -8390948 or 14481023. OLE color: 14481023.

HSL color Cylindrical-coordinate representation of color #7FF6DC: hue angle of 166.89º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF6DC is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB127246220-
CMYK0.4800.110.04
HSL166.89º86.86%73.14%-
HSV(B)166.89º48.37%96.47%-
XYZ54.6375.5979.42-
YUV207.46135.0870.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 246 (96.48% from 255) = 41.48%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=21.42%
G=41.48%
B=37.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272462200.4800.110.04166.8986.8673.14
Hex7FF6DC300B4a75749
Octal177366334600134247127111
Binary11111111111011011011100110000010111001010011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,246,220); }

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

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

 a { background-color: rgb(127,246,220); }

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

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

 span { border-color: rgb(127,246,220); }

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