#AFFCC8

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

Shades of Magic Mint #AFFCC8

Tints of Magic Mint #AFFCC8

Color information

#AFFCC8 (or 0xAFFCC8) is unknown color: approx Magic Mint. HEX triplet: AF, FC and C8. RGB value is (175,252,200). Sum of RGB (Red+Green+Blue) = 175+252+200=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCC8 is #500337. Grayscale: #DFDFDF. Windows color (decimal): -5243704 or 13171887. OLE color: 13171887.

HSL color Cylindrical-coordinate representation of color #AFFCC8: hue angle of 139.48º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCC8 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB175252200-
CMYK0.3100.210.01
HSL139.48º92.77%83.73%-
HSV(B)139.48º30.56%98.82%-
XYZ62.9182.967.33-
YUV223.05114.9993.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=27.91%
G=40.19%
B=31.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522000.3100.210.01139.4892.7783.73
HexAFFCC81F01518b5d54
Octal257374310370251213135124
Binary1010111111111100110010001111101010111000101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCC8; }

 p { color: rgb(175,252,200); }

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

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

 a { background-color: rgb(175,252,200); }

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

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

 span { border-color: rgb(175,252,200); }

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