#AFF6DC

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

Shades of Magic Mint #AFF6DC

Tints of Magic Mint #AFF6DC

Color information

#AFF6DC (or 0xAFF6DC) is unknown color: approx Magic Mint. HEX triplet: AF, F6 and DC. RGB value is (175,246,220). Sum of RGB (Red+Green+Blue) = 175+246+220=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6DC is #500923. Grayscale: #DDDDDD. Windows color (decimal): -5245220 or 14481071. OLE color: 14481071.

HSL color Cylindrical-coordinate representation of color #AFF6DC: hue angle of 158.03º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6DC is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB175246220-
CMYK0.2900.110.04
HSL158.03º79.78%82.55%-
HSV(B)158.03º28.86%96.47%-
XYZ63.5580.1979.84-
YUV221.81126.9894.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.30%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=27.30%
G=38.38%
B=34.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752462200.2900.110.04158.0379.7882.55
HexAFF6DC1D0B49e5053
Octal257366334350134236120123
Binary10101111111101101101110011101010111001001111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6DC; }

 p { color: rgb(175,246,220); }

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

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

 a { background-color: rgb(175,246,220); }

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

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

 span { border-color: rgb(175,246,220); }

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