#7FF6CE

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

Shades of Aquamarine #7FF6CE

Tints of Aquamarine #7FF6CE

Color information

#7FF6CE (or 0x7FF6CE) is unknown color: approx Aquamarine. HEX triplet: 7F, F6 and CE. RGB value is (127,246,206). Sum of RGB (Red+Green+Blue) = 127+246+206=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #7FF6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF6CE is #800931. Grayscale: #CDCDCD. Windows color (decimal): -8390962 or 13563519. OLE color: 13563519.

HSL color Cylindrical-coordinate representation of color #7FF6CE: hue angle of 159.83º 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 #7FF6CE is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB127246206-
CMYK0.4800.160.04
HSL159.83º86.86%73.14%-
HSV(B)159.83º48.37%96.47%-
XYZ52.8574.8870.06-
YUV205.86128.0871.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.93%
GREEN value IS 246 (96.48% from 255) = 42.49%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=21.93%
G=42.49%
B=35.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272462060.4800.160.04159.8386.8673.14
Hex7FF6CE300104a05749
Octal177366316600204240127111
Binary111111111110110110011101100000100001001010000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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