#AFF8CF

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

Shades of Magic Mint #AFF8CF

Tints of Magic Mint #AFF8CF

Color information

#AFF8CF (or 0xAFF8CF) is unknown color: approx Magic Mint. HEX triplet: AF, F8 and CF. RGB value is (175,248,207). Sum of RGB (Red+Green+Blue) = 175+248+207=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8CF is #500730. Grayscale: #DDDDDD. Windows color (decimal): -5244721 or 13629615. OLE color: 13629615.

HSL color Cylindrical-coordinate representation of color #AFF8CF: hue angle of 146.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8CF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB175248207-
CMYK0.2900.170.03
HSL146.3º83.91%82.94%-
HSV(B)146.3º29.44%97.25%-
XYZ62.5180.7571.32-
YUV221.5119.8294.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 248 (97.27% from 255) = 39.37%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=27.78%
G=39.37%
B=32.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752482070.2900.170.03146.383.9182.94
HexAFF8CF1D0113925453
Octal257370317350213222124123
Binary10101111111110001100111111101010001111001001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8CF; }

 p { color: rgb(175,248,207); }

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

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

 a { background-color: rgb(175,248,207); }

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

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

 span { border-color: rgb(175,248,207); }

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