#6CF6DA

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

Shades of Aquamarine #6CF6DA

Tints of Aquamarine #6CF6DA

Color information

#6CF6DA (or 0x6CF6DA) is unknown color: approx Aquamarine. HEX triplet: 6C, F6 and DA. RGB value is (108,246,218). Sum of RGB (Red+Green+Blue) = 108+246+218=572 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.88% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #6CF6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF6DA is #930925. Grayscale: #C9C9C9. Windows color (decimal): -9636134 or 14349932. OLE color: 14349932.

HSL color Cylindrical-coordinate representation of color #6CF6DA: hue angle of 167.83º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF6DA is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB108246218-
CMYK0.5600.110.04
HSL167.83º88.46%69.41%-
HSV(B)167.83º56.1%96.47%-
XYZ51.7974.1677.91-
YUV201.55137.2861.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.88%
GREEN value IS 246 (96.48% from 255) = 43.01%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=18.88%
G=43.01%
B=38.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082462180.5600.110.04167.8388.4669.41
Hex6CF6DA380B4a85845
Octal154366332700134250130105
Binary11011001111011011011010111000010111001010100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CF6DA; }

 p { color: rgb(108,246,218); }

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

<style>
 a { background-color: #6CF6DA; }

 a { background-color: rgb(108,246,218); }

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

<style>
 span { border-color: #6CF6DA; }

 span { border-color: rgb(108,246,218); }

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