#6CF6DE

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

Shades of Aquamarine #6CF6DE

Tints of Aquamarine #6CF6DE

Color information

#6CF6DE (or 0x6CF6DE) is unknown color: approx Aquamarine. HEX triplet: 6C, F6 and DE. RGB value is (108,246,222). Sum of RGB (Red+Green+Blue) = 108+246+222=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #6CF6DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF6DE is #930921. Grayscale: #C9C9C9. Windows color (decimal): -9636130 or 14612076. OLE color: 14612076.

HSL color Cylindrical-coordinate representation of color #6CF6DE: hue angle of 169.57º 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 #6CF6DE is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB108246222-
CMYK0.5600.100.04
HSL169.57º88.46%69.41%-
HSV(B)169.57º56.1%96.47%-
XYZ52.3274.3780.7-
YUV202139.2860.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.75%
GREEN value IS 246 (96.48% from 255) = 42.71%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=18.75%
G=42.71%
B=38.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082462220.5600.100.04169.5788.4669.41
Hex6CF6DE380A4aa5845
Octal154366336700124252130105
Binary11011001111011011011110111000010101001010101010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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