#AFFFC5

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

Shades of Magic Mint #AFFFC5

Tints of Magic Mint #AFFFC5

Color information

#AFFFC5 (or 0xAFFFC5) is unknown color: approx Magic Mint. HEX triplet: AF, FF and C5. RGB value is (175,255,197). Sum of RGB (Red+Green+Blue) = 175+255+197=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC5 is #50003A. Grayscale: #E0E0E0. Windows color (decimal): -5242939 or 12976047. OLE color: 12976047.

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

Color convert

RGB175255197-
CMYK0.3100.230
HSL136.5º100%84.31%-
HSV(B)136.5º31.37%100%-
XYZ63.5284.6765.82-
YUV224.47112.592.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=27.91%
G=40.67%
B=31.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551970.3100.230136.510084.31
HexAFFFC51F0170886454
Octal257377305370270210144124
Binary1010111111111111110001011111101011101000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFC5; }

 p { color: rgb(175,255,197); }

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

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

 a { background-color: rgb(175,255,197); }

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

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

 span { border-color: rgb(175,255,197); }

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