#7cf6d3

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

Shades of Aquamarine #7CF6D3

Tints of Aquamarine #7CF6D3

Color information

#7CF6D3 (or 0x7CF6D3) is unknown color: approx Aquamarine. HEX triplet: 7C, F6 and D3. RGB value is (124,246,211). Sum of RGB (Red+Green+Blue) = 124+246+211=581 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.34% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF6D3 is #83092C. Grayscale: #CDCDCD. Windows color (decimal): -8587565 or 13891196. OLE color: 13891196.

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

Color convert

RGB124246211-
CMYK0.5000.140.04
HSL162.79º87.14%72.55%-
HSV(B)162.79º49.59%96.47%-
XYZ53.0374.973.29-
YUV205.53131.0869.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.34%
GREEN value IS 246 (96.48% from 255) = 42.34%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=21.34%
G=42.34%
B=36.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1242462110.5000.140.04162.7987.1472.55
Hex7CF6D3320E4a35749
Octal174366323620164243127111
Binary11111001111011011010011110010011101001010001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf6d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,246,211); }

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

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

 a { background-color: rgb(124,246,211); }

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

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

 span { border-color: rgb(124,246,211); }

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