#AFFFC4

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

Shades of Magic Mint #AFFFC4

Tints of Magic Mint #AFFFC4

Color information

#AFFFC4 (or 0xAFFFC4) is unknown color: approx Magic Mint. HEX triplet: AF, FF and C4. RGB value is (175,255,196). Sum of RGB (Red+Green+Blue) = 175+255+196=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC4 is #50003B. Grayscale: #E0E0E0. Windows color (decimal): -5242940 or 12910511. OLE color: 12910511.

HSL color Cylindrical-coordinate representation of color #AFFFC4: hue angle of 135.75º 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 #AFFFC4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB175255196-
CMYK0.3100.230
HSL135.75º100%84.31%-
HSV(B)135.75º31.37%100%-
XYZ63.484.6265.22-
YUV224.3511292.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=27.96%
G=40.73%
B=31.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551960.3100.230135.7510084.31
HexAFFFC41F0170886454
Octal257377304370270210144124
Binary1010111111111111110001001111101011101000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFC4; }

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

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

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

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

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

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

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

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