#6FFACD

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

Shades of Aquamarine #6FFACD

Tints of Aquamarine #6FFACD

Color information

#6FFACD (or 0x6FFACD) is unknown color: approx Aquamarine. HEX triplet: 6F, FA and CD. RGB value is (111,250,205). Sum of RGB (Red+Green+Blue) = 111+250+205=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFACD is #900532. Grayscale: #CBCBCB. Windows color (decimal): -9438515 or 13498991. OLE color: 13498991.

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

Color convert

RGB111250205-
CMYK0.5600.180.02
HSL160.58º93.29%70.78%-
HSV(B)160.58º55.6%98.04%-
XYZ51.7676.1669.73-
YUV203.31128.9562.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.61%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=19.61%
G=44.17%
B=36.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112502050.5600.180.02160.5893.2970.78
Hex6FFACD380122a15d47
Octal157372315700222241135107
Binary11011111111101011001101111000010010101010000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,250,205); }

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

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

 a { background-color: rgb(111,250,205); }

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

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

 span { border-color: rgb(111,250,205); }

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