#6CFAD9

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

Shades of Aquamarine #6CFAD9

Tints of Aquamarine #6CFAD9

Color information

#6CFAD9 (or 0x6CFAD9) is unknown color: approx Aquamarine. HEX triplet: 6C, FA and D9. RGB value is (108,250,217). Sum of RGB (Red+Green+Blue) = 108+250+217=575 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.78% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFAD9 is #930526. Grayscale: #CBCBCB. Windows color (decimal): -9635111 or 14285420. OLE color: 14285420.

HSL color Cylindrical-coordinate representation of color #6CFAD9: hue angle of 166.06º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFAD9 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB108250217-
CMYK0.5700.130.02
HSL166.06º93.42%70.2%-
HSV(B)166.06º56.8%98.04%-
XYZ52.8976.5777.64-
YUV203.78135.4659.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.78%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=18.78%
G=43.48%
B=37.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082502170.5700.130.02166.0693.4270.2
Hex6CFAD9390D2a65d46
Octal154372331710152246135106
Binary1101100111110101101100111100101101101010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,250,217); }

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

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

 a { background-color: rgb(108,250,217); }

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

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

 span { border-color: rgb(108,250,217); }

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