#AFFDC7

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

Shades of Magic Mint #AFFDC7

Tints of Magic Mint #AFFDC7

Color information

#AFFDC7 (or 0xAFFDC7) is unknown color: approx Magic Mint. HEX triplet: AF, FD and C7. RGB value is (175,253,199). Sum of RGB (Red+Green+Blue) = 175+253+199=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC7 is #500238. Grayscale: #DFDFDF. Windows color (decimal): -5243449 or 13106607. OLE color: 13106607.

HSL color Cylindrical-coordinate representation of color #AFFDC7: hue angle of 138.46º degrees, saturation: 0.95, 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 #AFFDC7 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB175253199-
CMYK0.3100.210.01
HSL138.46º95.12%83.92%-
HSV(B)138.46º30.83%99.22%-
XYZ63.1183.4966.82-
YUV223.52114.1693.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 199 (78.12% from 255) = 31.74%
R=27.91%
G=40.35%
B=31.74%

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
Decimal1752531990.3100.210.01138.4695.1283.92
HexAFFDC71F01518a5f54
Octal257375307370251212137124
Binary1010111111111101110001111111101010111000101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDC7; }

 p { color: rgb(175,253,199); }

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

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

 a { background-color: rgb(175,253,199); }

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

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

 span { border-color: rgb(175,253,199); }

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