#ADF6CF

Color #ADF6CF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ADF6CF

Tints of Magic Mint #ADF6CF

Color information

#ADF6CF (or 0xADF6CF) is unknown color: approx Magic Mint. HEX triplet: AD, F6 and CF. RGB value is (173,246,207). Sum of RGB (Red+Green+Blue) = 173+246+207=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6CF is #520930. Grayscale: #DBDBDB. Windows color (decimal): -5376305 or 13629101. OLE color: 13629101.

HSL color Cylindrical-coordinate representation of color #ADF6CF: hue angle of 147.95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6CF is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB173246207-
CMYK0.3000.160.04
HSL147.95º80.22%82.16%-
HSV(B)147.95º29.67%96.47%-
XYZ61.4579.371.1-
YUV219.73120.8294.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=27.64%
G=39.30%
B=33.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732462070.3000.160.04147.9580.2282.16
HexADF6CF1E0104945052
Octal255366317360204224120122
Binary101011011111011011001111111100100001001001010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6CF; }

 p { color: rgb(173,246,207); }

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

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

 a { background-color: rgb(173,246,207); }

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

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

 span { border-color: rgb(173,246,207); }

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